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??? | 001111110011111101000011001111110011111100111111 | 3f3f433f3f3f |
SJIS-WIN | ??C??? | 001111110011111101000011001111110011111100111111 | 3f3f433f3f3f |
EUC-JP | ??C??? | 001111110011111101000011001111110011111100111111 | 3f3f433f3f3f |
UTF-8 | 횩첫C혧횏쨩 | 11101101100110101010100111101100101100101010101101000011111011011001100010100111111011011001101010001111111011001010100010101001 | ed9aa9ecb2ab43ed98a7ed9a8feca8a9 |
UHC | 횩첫C혧횏쨩 | 1100001110011111110000111011100101000011110000101000111111000011100010111100001010111011 | c39fc3b943c28fc38bc2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)