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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
SJIS-WIN | 陰ъ?} | 100010010100000110000100100011000011111101111101 | 8941848c3f7d |
EUC-JP | 陰ъ?} | 101100011010001010100111111011000011111101111101 | b1a2a7ec3f7d |
UTF-8 | 陰ъ넩} | 111010011001100110110000110100011000101011101011100001001010100101111101 | e999b0d18aeb84a97d |
UHC | 陰ъ넩} | 11101011111001001010110011101100100001101010100101111101 | ebe4acec86a97d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)