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 | 蜊医ヰ | 111001011000110110001000111000111000001110010000 | e58d88e38390 |
EUC-JP | 蜊医ヰ | 111010011110110110110000111001011010010111110000 | e9edb0e5a5f0 |
UTF-8 | 蜊医ヰ | 111010001001110010001010111001011000110010111011111000111000001110110000 | e89c8ae58cbbe383b0 |
UHC | ??ヰ | 00111111001111111010101111110000 | 3f3fabf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)