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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵翫h縲 | 1110011110111000100010101110001110000010100010001110001110000000 | e7b88ae38288e380 |
EUC-JP | 邵翫h縲 | 1110111010111010101101001110010110100011111010001110010111100000 | eebab4e5a3e8e5e0 |
UTF-8 | 邵翫h縲 | 111010011000001010110101111001111011111110101011111011111011110110001000111001111011100010110010 | e982b5e7bfabefbd88e7b8b2 |
UHC | 邵翫h? | 11100001110100001110100011010001101000111110100000111111 | e1d0e8d1a3e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)