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 | 蝎蜉炳 | 111001011001100111100101100010101110000001111010 | e599e58ae07a |
EUC-JP | 蝎蜉炳 | 111010011111100111101001111010101101111111011011 | e9f9e9eadfdb |
UTF-8 | 蝎蜉炳 | 111010001001110110001110111010001001110010001001111001111000001010110011 | e89d8ee89c89e782b3 |
UHC | 蝎?炳 | 1100101011101001001111111101110010111001 | cae93fdcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)