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 | 航??橈? | 10001101011100010011111100111111100111101111010000111111 | 8d713f3f9ef43f |
EUC-JP | 航??橈? | 10111001110100100011111100111111110111001111011000111111 | b9d23f3fdcf63f |
UTF-8 | 航쒙푽橈묌 | 111010001000100010101010111011001001001010011001111011011001000110111101111001101010100110001000111010111010110010001100 | e888aaec9299ed91bde6a988ebac8c |
UHC | 航쒙푽橈묌 | 11111001111111101001110011101111101111101000100011101000111110101001000111101001 | f9fe9cefbe88e8fa91e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)