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 | 褥榊服 | 111001011111000110001101111001011001010110011110 | e5f18de5959e |
EUC-JP | 褥榊服 | 111010101111001110111010111001111100100111111110 | eaf3bae7c9fe |
UTF-8 | 褥榊服 | 111010001010010010100101111001101010011010001010111001101001110010001101 | e8a4a5e6a68ae69c8d |
UHC | 褥?服 | 1110100110110011001111111101110011010111 | e9b33fdcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)