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 | 陷夂樺 | 111010001001110010011010111001111000101010010010 | e89c9ae78a92 |
EUC-JP | 陷夂樺 | 111011111111110011010100111010011011001111110010 | effcd4e9b3f2 |
UTF-8 | 陷夂樺 | 111010011001100110110111111001011010010010000010111001101010100010111010 | e999b7e5a482e6a8ba |
UHC | 陷?樺 | 1111100111101000001111111111101111111100 | f9e83ffbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)