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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ス鋙シ | 1011110111110100111000101111001010100011111110111101000110111100 | bdf4e2f2a3fbd1bc |
EUC-JP | ス??鋙シ | 100011101011110100111111001111111000111111100100110000111000111010111100 | 8ebd3f3f8fe4c38ebc |
UTF-8 | ス鋙シ | 111011111011110110111101111011101000111010010001111011101000011110011010111010011000101110011001111011111011110110111100 | efbdbdee8e91ee879ae98b99efbdbc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)