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 | 鉅榊勣 | 111001111110100010001101111001011001100110101000 | e7e88de599a8 |
EUC-JP | 鉅榊勣 | 111011101110101010111010111001111101001010101010 | eeeabae7d2aa |
UTF-8 | 鉅榊勣 | 111010011000100110000101111001101010011010001010111001011000101110100011 | e98985e6a68ae58ba3 |
UHC | 鉅?勣 | 1100101111101001001111111110111011010011 | cbe93feed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)