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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 菽僊菽僊h | 111001001100000110011001010000011110010011000001100110010100000101101000 | e4c19941e4c1994168 |
EUC-JP | 菽僊菽僊h | 111010001100001111010001101000101110100011000011110100011010001001101000 | e8c3d1a2e8c3d1a268 |
UTF-8 | 菽僊菽僊h | 11101000100011111011110111100101100000111000101011101000100011111011110111100101100000111000101001101000 | e88fbde5838ae88fbde5838a68 |
UHC | 菽僊菽僊h | 111000101101110111100000101110101110001011011101111000001011101001101000 | e2dde0bae2dde0ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)