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 | 脂?葬?? | 10001110100010010011111110010001100100100011111100111111 | 8e893f91923f3f |
EUC-JP | 脂?葬?? | 10111011111010010011111111000001111100100011111100111111 | bbe93fc1f23f3f |
UTF-8 | 脂렖葬흖렪 | 111010001000010010000010111010111010000010010110111010001001000110101100111011011001110110010110111010111010000010101010 | e88482eba096e891aced9d96eba0aa |
UHC | 脂렖葬흖렪 | 11110010101101111000111010101011111011011111011111001000111010001000111010111000 | f2b78eabedf7c8e88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)