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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淙?艤?存 | 1001111111001000001111111110010001111110001111111001000110110110 | 9fc83fe47e3f91b6 |
EUC-JP | 淙?艤?存 | 1101111011001010001111111110011111011111001111111100001010111000 | deca3fe7df3fc2b8 |
UTF-8 | 淙렊艤렜存 | 111001101011011110011001111010111010000010001010111010001000100110100100111010111010000010011100111001011010110110011000 | e6b799eba08ae889a4eba09ce5ad98 |
UHC | 淙렊艤렜存 | 11110000111110001000111010100001111010111111101010001110101011101111000011101101 | f0f88ea1ebfa8eaef0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)