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 | ???億← | 00111111001111110011111110001001101011011000000110101001 | 3f3f3f89ad81a9 |
EUC-JP | 縕??億← | 100011111101010011000010001111110011111110110010101011111010001010101011 | 8fd4c23f3fb2afa2ab |
UTF-8 | 縕귝퍝億← | 111001111011100010010101111010101011011110011101111011011000110110011101111001011000010010000100111000101000011010010000 | e7b895eab79ded8d9de58484e28690 |
UHC | 縕귝퍝億← | 11101000101100101000001011100110101110111001010011100101111000101010000111100111 | e8b282e6bb94e5e2a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)