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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?惚卿B | 001111111000110110011011100010111010100001000010 | 3f8d9b8ba842 |
EUC-JP | ?惚卿B | 001111111011100111111011101101101010101001000010 | 3fb9fbb6aa42 |
UTF-8 | 뤍惚卿B | 11101011101001001000110111100110100000111001101011100101100011011011111101000010 | eba48de6839ae58dbf42 |
UHC | 뤍惚卿B | 10001111101111011111101111101101110011001100111101000010 | 8fbdfbedcccf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)