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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 렺날렺ㅔ걜군] | 11101011101000001011101011101011100000101010000011101011101000001011101011100011100001011001010011101010101100011001110011101010101101011011000001011101 | eba0baeb82a0eba0bae38594eab19ceab5b05d |
UHC | 렺날렺ㅔ걜군] | 10001110110000101011001110101111100011101100001010100100110001001011000011000100101100011011101001011101 | 8ec2b3af8ec2a4c4b0c4b1ba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)