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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 航??航??B | 100011010111000100111111001111111000110101110001001111110011111101000010 | 8d713f3f8d713f3f42 |
EUC-JP | 航??航??B | 101110011101001000111111001111111011100111010010001111110011111101000010 | b9d23f3fb9d23f3f42 |
UTF-8 | 航잝쓻航잓쓭B | 11101000100010001010101011101100100111101001110111101100100100111011101111101000100010001010101011101100100111101001001111101100100100111010110101000010 | e888aaec9e9dec93bbe888aaec9e93ec93ad42 |
UHC | 航잝쓻航잓쓭B | 11111001111111101001111111101110100111011001011011111001111111101001111111101001100111011000110101000010 | f9fe9fee9d96f9fe9fe99d8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)