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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陦碕ウ零」牙 | 11101000101000011000110111101010101100111001011111101011101000111000100111100101 | e8a18deab397eba389e5 |
EUC-JP | 陦碕ウ零」牙 | 111100001010001110111010111011001000111010110011110011101110110110001110101000111011001011100111 | f0a3baec8eb3ceed8ea3b2e7 |
UTF-8 | 陦碕ウ零」牙 | 111010011001100110100110111001111010001010010101111011111011110110110011111010011001101110110110111011111011110110100011111001111000100110011001 | e999a6e7a295efbdb3e99bb6efbda3e78999 |
UHC | ???零?牙 | 0011111100111111001111111101011011000011001111111110010010110011 | 3f3f3fd6c33fe4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)