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 | 迯礼漉逞咏鮎 | 111001111000110110010111111001111000110110010111111001111001011110011001111001111000100010111100 | e78d97e78d97e79799e788bc |
EUC-JP | 迯礼漉逞咏鮎 | 111011011110110111001110111010011011100111110111111011011111011111010010111010011011000010111110 | ededcee9b9f7edf7d2e9b0be |
UTF-8 | 迯礼漉逞咏鮎 | 111010001011111110101111111001111010010010111100111001101011110010001001111010011000000010011110111001011001001010001111111010011010111010001110 | e8bfafe7a4bce6bc89e9809ee5928fe9ae8e |
UHC | ???逞?鮎 | 0011111100111111001111111101011011000001001111111110111111000110 | 3f3f3fd6c13fefc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)