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 | 蝓狩ッシ遶カ | 111001011001111110001110111010111010111110111100111001111010101110110110 | e59f8eebafbce7abb6 |
EUC-JP | 蝓狩ッシ遶カ | 111010101010000110111100111011011000111010101111100011101011110011101110101011011000111010110110 | eaa1bced8eaf8ebceead8eb6 |
UTF-8 | 蝓狩ッシ遶カ | 111010001001110110010011111001111000101110101001111011111011110110101111111011111011110110111100111010011000000110110110111011111011110110110110 | e89d93e78ba9efbdafefbdbce981b6efbdb6 |
UHC | ?狩???? | 00111111111000101010110100111111001111110011111100111111 | 3fe2ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)