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 | 鶯?=葉?? | 111010011111001000111111100000011000000110010111011101000011111100111111 | e9f23f818197743f3f |
EUC-JP | 鶯?=葉?? | 111100101111010000111111101000011110000111001101110101010011111100111111 | f2f43fa1e1cdd53f3f |
UTF-8 | 鶯썲=葉뜹넇 | 111010011011011010101111111011001000110110110010111011111011110010011101111010001001000110001001111010111001110010111001111010111000010010000111 | e9b6afec8db2efbc9de89189eb9cb9eb8487 |
UHC | 鶯썲=葉뜹넇 | 111001011010001110111101111001011010001110111101111001111010100010110110111001011000011010010111 | e5a3bde5a3bde7a8b6e58697 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)