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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
EUC-JP | 鶯??佾?? | 111100101111010000111111001111111000111110110000111110110011111100111111 | f2f43f3f8fb0fb3f3f |
UTF-8 | 鶯낅쑙佾붷푻 | 111010011011011010101111111010111000001010000101111011001001000110011001111001001011110110111110111010111011011010110111111011011001000110111011 | e9b6afeb8285ec9199e4bdbeebb6b7ed91bb |
UHC | 鶯낅쑙佾붷푻 | 111001011010001110000101111010111001110010111000111011001110101110010100111001011011111010000111 | e5a385eb9cb8eceb94e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)