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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セ隘裨 | 11110000101111011011111011101000101001011110010111101001 | f0bdbee8a5e5e9 |
EUC-JP | ?セ隘裨 | 00111111100011101011111011110000101001111110101011101011 | 3f8ebef0a7eaeb |
UTF-8 | セ隘裨 | 111011101000000110111100111011111011110110111110111010011001101010011000111010001010001110101000 | ee81bcefbdbee99a98e8a3a8 |
UHC | ??隘裨 | 001111110011111111100100111101101101111010100101 | 3f3fe4f6dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)