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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壌恝ケ | 1000111111101011111110101011110010111001 | 8febfabcb9 |
EUC-JP | 壌恝ケ | 10111110111011011000111110111101111001111000111010111001 | beed8fbde78eb9 |
UTF-8 | 壌恝ケ | 111001011010001110001100111001101000000110011101111011111011110110111001 | e5a38ce6819defbdb9 |
UHC | ?恝? | 00111111110011101011111100111111 | 3fcebf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)