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 | 瓦??業? | 10001010101000100011111100111111100010111100011000111111 | 8aa23f3f8bc63f |
EUC-JP | 瓦??業? | 10110100101001000011111100111111101101101100100000111111 | b4a43f3fb6c83f |
UTF-8 | 瓦븀떁業퍫 | 111001111001001110100110111010111011100010000000111010111001011010000001111001101010010110101101111011011000110110101011 | e793a6ebb880eb9681e6a5aded8dab |
UHC | 瓦븀떁業퍫 | 11101000101111111011101011100111100010111001011111100101111101101011110001000010 | e8bfbae78b97e5f6bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)