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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃??肛ょ | 1001011110000000001111110011111111100011111010001000001011100101 | 97803f3fe3e882e5 |
EUC-JP | 沃??肛ょ | 1100110111100000001111110011111111100110111010101010010011100111 | cde03f3fe6eaa4e7 |
UTF-8 | 沃왿벂肛ょ | 111001101011001010000011111011001001100110111111111010111011001010000010111010001000001010011011111000111000001010000111 | e6b283ec99bfebb282e8829be38287 |
UHC | 沃왿벂肛ょ | 11101000101010101001111011100010100100111010100011111001111111011010101011100111 | e8aa9ee293a8f9fdaae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)