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 | ??ゴ?冀 | 00111111001111111000001101010011001111111001100101100010 | 3f3f83533f9962 |
EUC-JP | ??ゴ?冀 | 00111111001111111010010110110100001111111101000111000011 | 3f3fa5b43fd1c3 |
UTF-8 | 룶쥚ゴ룶冀 | 111010111010001110110110111011001010010110011010111000111000001010110100111010111010001110110110111001011000011010000000 | eba3b6eca59ae382b4eba3b6e58680 |
UHC | 룶쥚ゴ룶冀 | 10001111101010111010001010001111101010111011010010001111101010111101000011101101 | 8faba28fabb48fabd0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)