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 | 淼夭哩軫 | 1111101101000101100110101110111010010110100010011110011101100110 | fb459aee9689e766 |
EUC-JP | 淼夭哩軫 | 100011111100011111100110110101001111000011001011111010011110110111000111 | 8fc7e6d4f0cbe9edc7 |
UTF-8 | 淼夭哩軫 | 111001101011011110111100111001011010010010101101111001011001001110101001111010001011101110101011 | e6b7bce5a4ade593a9e8bbab |
UHC | ?夭?軫 | 001111111110100011101100001111111111001011100010 | 3fe8ec3ff2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)