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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ケヘスンニタ | 101110011100110110111101110111011100011011000000 | b9cdbdddc6c0 |
EUC-JP | ケヘスンニタ | 100011101011100110001110110011011000111010111101100011101101110110001110110001101000111011000000 | 8eb98ecd8ebd8edd8ec68ec0 |
UTF-8 | ケヘスンニタ | 111011111011110110111001111011111011111010001101111011111011110110111101111011111011111010011101111011111011111010000110111011111011111010000000 | efbdb9efbe8defbdbdefbe9defbe86efbe80 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)