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 | ??宿?楯? | 0011111100111111100011110110100000111111100011110111110000111111 | 3f3f8f683f8f7c3f |
EUC-JP | ??宿?楯? | 0011111100111111101111011100100100111111101111011101110100111111 | 3f3fbdc93fbddd3f |
UTF-8 | 롍렊宿롒楯렶 | 111010111010000110001101111010111010000010001010111001011010111010111111111010111010000110010010111001101010010110101111111010111010000010110110 | eba18deba08ae5aebfeba192e6a5afeba0b6 |
UHC | 롍렊宿롒楯렶 | 100011101101001110001110101000011110001011010110100011101101011111100010111001001000111011000001 | 8ed38ea1e2d68ed7e2e48ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)