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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 航???紙悌 | 100011010111000100111111001111110011111110001110100001101001001011101110 | 8d713f3f3f8e8692ee |
EUC-JP | 航???紙悌 | 101110011101001000111111001111110011111110111011111001101100010011110000 | b9d23f3f3fbbe6c4f0 |
UTF-8 | 航얹렰뫈紙悌 | 111010001000100010101010111011001001011010111001111010111010000010110000111010111010101110001000111001111011010010011001111001101000001010001100 | e888aaec96b9eba0b0ebab88e7b499e6828c |
UHC | 航얹렰뫈紙悌 | 111110011111111010111110111100011000111010111101101110001111101111110010101101011111000010101010 | f9febef18ebdb8fbf2b5f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)