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 | 止麥?? | 100011100111111011101010011011010011111100111111 | 8e7eea6d3f3f |
EUC-JP | 止麥?? | 101110111101111111110011110011100011111100111111 | bbdff3ce3f3f |
UTF-8 | 止麥렮렪 | 111001101010110110100010111010011011101010100101111010111010000010101110111010111010000010101010 | e6ada2e9baa5eba0aeeba0aa |
UHC | 止麥렮렪 | 1111001010101101110110001110101010001110101110111000111010111000 | f2add8ea8ebb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)