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 | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
SJIS-WIN | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
EUC-JP | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
UTF-8 | 횪m혬첩 | 11101101100110101010101001101101111011011001100010101100111011001011001010101001 | ed9aaa6ded98acecb2a9 |
UHC | 횪m혬첩 | 11000011101000000110110111000010100101001100001110111000 | c3a06dc294c3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)