To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熬???h∮ | 111000001001001000111111001111110011111110000010100010001000011110010011 | e0923f3f3f82888793 |
EUC-JP | 熬???h? | 1101111111110010001111110011111100111111101000111110100000111111 | dff23f3f3fa3e83f |
UTF-8 | 熬깁릡亮h∮ | 111001111000011010101100111010101011100110000001111010111010011010100001111011111010010110110111111011111011110110001000111000101000100010101110 | e786aceab981eba6a1efa5b7efbd88e288ae |
UHC | 熬깁릡亮h∮ | 111010001010001010110001111010011001000010000011111001011011100110100011111010001010001010110001 | e8a2b1e99083e5b9a3e8a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)