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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 製??經?B | 1001000010111011001111110011111111100011010100110011111101000010 | 90bb3f3fe3533f42 |
EUC-JP | 製?饔經汶B | 110000001011110100111111100011111110100011101111111001011011010010001111110001101110010101000010 | c0bd3f8fe8efe5b48fc6e542 |
UTF-8 | 製렩饔經汶B | 11101000101000111011110111101011101000001010100111101001101001011001010011100111101101101001001111100110101100011011011001000010 | e8a3bdeba0a9e9a594e7b693e6b1b642 |
UHC | 製렩饔經汶B | 1111000010110010100011101011011111101000101111011100110011101000110110101010000101000010 | f0b28eb7e8bdcce8daa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)