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 | 10011111110001001110001011000100100100111000000110001000101100100011111101000010 | 9fc4e2c4938188b23f42 |
EUC-JP | 淨籠刀梓?B | 11011110110001101110010011000110110001011110000110110000101101000011111101000010 | dec6e4c6c5e1b0b43f42 |
UTF-8 | 淨籠刀梓둔B | 11100110101101111010100011100111101100011010000011100101100010001000000011100110101000101001001111101011100100011001010001000010 | e6b7a8e7b1a0e58880e6a293eb919442 |
UHC | 淨籠刀梓둔B | 1110111111100100110101101110101111010011111011111110111010101001101101011101000001000010 | efe4d6ebd3efeea9b5d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)