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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佃?臟?矮 | 1001001011001111001111111110010001100110001111111110000111100010 | 92cf3fe4663fe1e2 |
EUC-JP | 佃?臟?矮 | 1100010011010001001111111110011111000111001111111110001011100100 | c4d13fe7c73fe2e4 |
UTF-8 | 佃렦臟렮矮 | 111001001011110110000011111010111010000010100110111010001000011110011111111010111010000010101110111001111001111110101110 | e4bd83eba0a6e8879feba0aee79fae |
UHC | 佃렦臟렮矮 | 11101110111011001000111010110101111011011111010010001110101110111110100011100001 | eeec8eb5edf48ebbe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)