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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??珞??珞^ | 001111110011111111100000111000100011111100111111111000001110001001011110 | 3f3fe0e23f3fe0e25e |
EUC-JP | ??珞??珞^ | 001111110011111111100000111001000011111100111111111000001110010001011110 | 3f3fe0e43f3fe0e45e |
UTF-8 | 렻ㅔ珞렻ㅔ珞^ | 11101011101000001011101111100011100001011001010011100111100011111001111011101011101000001011101111100011100001011001010011100111100011111001111001011110 | eba0bbe38594e78f9eeba0bbe38594e78f9e5e |
UHC | 렻ㅔ珞렻ㅔ珞^ | 10001110110000111010010011000100110101011010100010001110110000111010010011000100110101011010100001011110 | 8ec3a4c4d5a88ec3a4c4d5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)