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 | 苟企・ | 111001001001000110001010111010011000000101000101 | e4918ae98145 |
EUC-JP | 苟企・ | 111001111111000110110100111010111010000110100110 | e7f1b4eba1a6 |
UTF-8 | 苟企・ | 111010001000101110011111111001001011110010000001111000111000001110111011 | e88b9fe4bc81e383bb |
UHC | 苟企? | 1100111111000010110100001110101000111111 | cfc2d0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)