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 | 蜊壱興 | 111001011000110110001000111010111000101110111011 | e58d88eb8bbb |
EUC-JP | 蜊壱興 | 111010011110110110110000111011011011011010111101 | e9edb0edb6bd |
UTF-8 | 蜊壱興 | 111010001001110010001010111001011010001110110001111010001000100010001000 | e89c8ae5a3b1e88888 |
UHC | ??興 | 00111111001111111111110111101001 | 3f3ffde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)