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 | 苣¥従 | 111001001001000010000001100011111000111101011101 | e490818f8f5d |
EUC-JP | 苣¥従 | 111001111111000010100001111011111011110110111110 | e7f0a1efbdbe |
UTF-8 | 苣¥従 | 111010001000101110100011111011111011111110100101111001011011111010010011 | e88ba3efbfa5e5be93 |
UHC | ?¥? | 00111111101000011100110100111111 | 3fa1cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)