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 | 脂?葬?∃ | 1000111010001001001111111001000110010010001111111000000111001110 | 8e893f91923f81ce |
EUC-JP | 脂?葬?∃ | 1011101111101001001111111100000111110010001111111010001011010000 | bbe93fc1f23fa2d0 |
UTF-8 | 脂렖葬흩∃ | 111010001000010010000010111010111010000010010110111010001001000110101100111011011001110110101001111000101000100010000011 | e88482eba096e891aced9da9e28883 |
UHC | 脂렖葬흩∃ | 11110010101101111000111010101011111011011111011111001000111100001010001010100100 | f2b78eabedf7c8f0a2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)