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 | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
UTF-8 | 혪쨔횩횪혱C혷쩐 | 11101101100110001010101011101100101010001001010011101101100110101010100111101101100110101010101011101101100110001011000101000011111011011001100010110111111011001010100110010000 | ed98aaeca894ed9aa9ed9aaaed98b143ed98b7eca990 |
UHC | 혪쨔횩횪혱C혷쩐 | 110000101001001011000010101110011100001110011111110000111010000011000010100110000100001111000010100111101100001010111110 | c292c2b9c39fc3a0c29843c29ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)