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?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
UTF-8 | 혦횠체C혦짯 | 11101101100110001010011011101101100110101010000011101100101100101011010001000011111011011001100010100110111011001010011110101111 | ed98a6ed9aa0ecb2b443ed98a6eca7af |
UHC | 혦횠체C혦짯 | 1100001010001110110000111001100011000011101111000100001111000010100011101100001010101101 | c28ec398c3bc43c28ec2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)