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횦횥 | 11101101100110101001001011101101100110101010010011101100101100001011110011101101100110101001101011101100101100101011010001000011111011011001101010100110111011011001101010100101 | ed9a92ed9aa4ecb0bced9a9aecb2b443ed9aa6ed9aa5 |
UHC | 횒횤찼횚체C횦횥 | 110000111000110111000011100110111100001110100001110000111001010011000011101111000100001111000011100111011100001110011100 | c38dc39bc3a1c394c3bc43c39dc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)