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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箏ラ矮オラ畤 | 111000101011010111010111111000011110001010110101110101111110000101011110 | e2b5d7e1e2b5d7e15e |
EUC-JP | 箏ラ矮オラ畤 | 111001001011011110001110110101111110001011100100100011101011010110001110110101111110000110111111 | e4b78ed7e2e48eb58ed7e1bf |
UTF-8 | 箏ラ矮オラ畤 | 111001111010111010001111111011111011111010010111111001111001111110101110111011111011110110110101111011111011111010010111111001111001010110100100 | e7ae8fefbe97e79faeefbdb5efbe97e795a4 |
UHC | 箏?矮??? | 1110111010110100001111111110100011100001001111110011111100111111 | eeb43fe8e13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)