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 | 逍セ譁懣〒 | 111001111001011010111110111001101001011010011100111011101000000110100111 | e796bee6969cee81a7 |
EUC-JP | 逍セ譁懣〒 | 11101101111101101000111010111110111010111111011011011000111100001010001010101001 | edf68ebeebf6d8f0a2a9 |
UTF-8 | 逍セ譁懣〒 | 111010011000000010001101111011111011110110111110111010001010110110000001111001101000011110100011111000111000000010010010 | e9808defbdbee8ad81e687a3e38092 |
UHC | 逍?譁?? | 11100001110011100011111111111100101001100011111100111111 | e1ce3ffca63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)