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 | ??ぎ?冀 | 00111111001111111000001010101100001111111001100101100010 | 3f3f82ac3f9962 |
EUC-JP | ??ぎ?冀 | 00111111001111111010010010101110001111111101000111000011 | 3f3fa4ae3fd1c3 |
UTF-8 | 룶쨵ぎ룶冀 | 111010111010001110110110111011001010100010110101111000111000000110001110111010111010001110110110111001011000011010000000 | eba3b6eca8b5e3818eeba3b6e58680 |
UHC | 룶쨵ぎ룶冀 | 10001111101010111010010010001111101010101010111010001111101010111101000011101101 | 8faba48faaae8fabd0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)