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 | 迯乗潟蝣ア | 111001111000110110001111111001101000101010000011111001011010000010110001 | e78d8fe68a83e5a0b1 |
EUC-JP | 迯乗潟蝣ア | 11101101111011011011111011101000101100111110001111101010101000101000111010110001 | ededbee8b3e3eaa28eb1 |
UTF-8 | 迯乗潟蝣ア | 111010001011111110101111111001001011100110010111111001101011110110011111111010001001110110100011111011111011110110110001 | e8bfafe4b997e6bd9fe89da3efbdb1 |
UHC | ??潟?? | 001111110011111111100000101100110011111100111111 | 3f3fe0b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)