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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???孃? | 001111110011111100111111100110110110111100111111 | 3f3f3f9b6f3f |
EUC-JP | 孼??孃? | 1000111110111010110000110011111100111111110101011101000000111111 | 8fbac33f3fd5d03f |
UTF-8 | 孼뽫녇孃쭮 | 111001011010110110111100111010111011110110101011111010111000010110000111111001011010110110000011111011001010110110101110 | e5adbcebbdabeb8587e5ad83ecadae |
UHC | 孼뽫녇孃쭮 | 11100101111011011001011011100111100001101011111011100101101111101010100001000010 | e5ed96e786bee5bea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)