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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諤常艮 | 111001101000000010001111111011011000110110101111 | e6808fed8daf |
EUC-JP | 諤常艮 | 111010111110000010111110111011111011101010110001 | ebe0beefbab1 |
UTF-8 | 諤常艮 | 111010001010101110100100111001011011100010111000111010001000100110101110 | e8aba4e5b8b8e889ae |
UHC | ?常艮 | 0011111111011111110010001100101011011101 | 3fdfc8cadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)