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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 祭槃?gF | 10001101110101011001111011001111001111110110011101000110 | 8dd59ecf3f6746 |
EUC-JP | 祭槃?gF | 10111010110101111101110011010001001111110110011101000110 | bad7dcd13f6746 |
UTF-8 | 祭槃커gF | 1110011110100101101011011110011010100111100000111110110010111011101001000110011101000110 | e7a5ade6a783ecbba46746 |
UHC | 祭槃커gF | 1111000010101110110110101110100111000100101111110110011101000110 | f0aedae9c4bf6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)