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 | 韈牙サキ讀 | 1110100011100111100010011110010110111011101101111110011010100100 | e8e789e5bbb7e6a4 |
EUC-JP | 韈牙サキ讀 | 11110000111010011011001011100111100011101011101110001110101101111110110010100110 | f0e9b2e78ebb8eb7eca6 |
UTF-8 | 韈牙サキ讀 | 111010011001111110001000111001111000100110011001111011111011110110111011111011111011110110110111111010001010111010000000 | e99f88e78999efbdbbefbdb7e8ae80 |
UHC | ?牙??讀 | 00111111111001001011001100111111001111111101010011000001 | 3fe4b33f3fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)