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 | 蜊壺博 | 111001011000110110011010111000101001010010001110 | e58d9ae2948e |
EUC-JP | 蜊壺博 | 111010011110110111010100111001001100011111101110 | e9edd4e4c7ee |
UTF-8 | 蜊壺博 | 111010001001110010001010111001011010001110111010111001011000110110011010 | e89c8ae5a3bae58d9a |
UHC | ?壺博 | 0011111111111011101111101101101011001111 | 3ffbbedacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)