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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 借革讀 | 100011101101100010001010011101101110011010100100 | 8ed88a76e6a4 |
EUC-JP | 借革讀 | 101111001101101010110011110101111110110010100110 | bcdab3d7eca6 |
UTF-8 | 借革讀 | 111001011000000010011111111010011001110110101001111010001010111010000000 | e5809fe99da9e8ae80 |
UHC | 借革讀 | 111100111010100011111010110101001101010011000001 | f3a8fad4d4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)