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 | 壤??移? | 10011010110111110011111100111111100010001101101000111111 | 9adf3f3f88da3f |
EUC-JP | 壤??移? | 11010100111000010011111100111111101100001101110000111111 | d4e13f3fb0dc3f |
UTF-8 | 壤깃난移췇 | 111001011010001110100100111010101011100110000011111010111000001010011100111001111010011110111011111011001011011110000111 | e5a3a4eab983eb829ce7a7bbecb787 |
UHC | 壤깃난移췇 | 11100101101111011011000111101010101100111010110111101100101110011010111001000010 | e5bdb1eab3adecb9ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)