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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ノハ菽犹 | 110010011100101011100100110000011110000010111001 | c9cae4c1e0b9 |
EUC-JP | ノハ菽犹 | 1000111011001001100011101100101011101000110000111110000010111011 | 8ec98ecae8c3e0bb |
UTF-8 | ノハ菽犹 | 111011111011111010001001111011111011111010001010111010001000111110111101111001111000101010111001 | efbe89efbe8ae88fbde78ab9 |
UHC | ??菽? | 0011111100111111111000101101110100111111 | 3f3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)