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 | 閼ら部辯セ | 111010001000010010000010111001111001010110010100111001111000011110111110 | e88482e79594e787be |
EUC-JP | 閼ら部辯セ | 11101111111001001010010011101001110010011111010011101101111001111000111010111110 | efe4a4e9c9f4ede78ebe |
UTF-8 | 閼ら部辯セ | 111010011001011010111100111000111000001010001001111010011000001110101000111010001011111010101111111011111011110110111110 | e996bce38289e983a8e8beafefbdbe |
UHC | 閼ら部辯? | 111001001101100110101010111010011101110110111011110111001010101000111111 | e4d9aae9ddbbdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)