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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 壯儡???羈k | 10011010111000011001100101010011001111110011111100111111111000111011000101101011 | 9ae199533f3f3fe3b16b |
EUC-JP | 壯儡???羈k | 11010100111000111101000110110100001111110011111100111111111001101011001101101011 | d4e3d1b43f3f3fe6b36b |
UTF-8 | 壯儡렏ㅽ렋羈k | 11100101101000111010111111100101100001001010000111101011101000001000111111100011100001011011110111101011101000001000101111100111101111101000100001101011 | e5a3afe584a1eba08fe385bdeba08be7be886b |
UHC | 壯儡렏ㅽ렋羈k | 11101101111000001101011011101101100011101010010110100100111011011000111010100010110100011011110001101011 | ede0d6ed8ea5a4ed8ea2d1bc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)