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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 役?×裕 | 10010110111100000011111110000001011111101001011101010100 | 96f03f817e9754 |
EUC-JP | 役?×裕 | 11001100111100100011111110100001110111111100110110110101 | ccf23fa1dfcdb5 |
UTF-8 | 役댁×裕 | 1110010110111101101110011110101110001100100000011100001110010111111010001010001110010101 | e5bdb9eb8c81c397e8a395 |
UHC | 役댁×裕 | 1110011010110101101101001110110010100001101111111110101110101110 | e6b5b4eca1bfebae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)