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 | 存??舍 | 100100011011011000111111001111111110010001110001 | 91b63f3fe471 |
EUC-JP | 存??舍 | 110000101011100000111111001111111110011111010010 | c2b83f3fe7d2 |
UTF-8 | 存흑렫舍 | 111001011010110110011000111011011001110110010001111010111010000010101011111010001000100010001101 | e5ad98ed9d91eba0abe8888d |
UHC | 存흑렫舍 | 1111000011101101110010001110011010001110101110011101111011101100 | f0edc8e68eb9deec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)