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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遏齢膜薰ョ | 111001111001111110010111111011101001011010001100111110111001111010101110 | e79f97ee968cfb9eae |
EUC-JP | 遏齢膜?ョ | 111011101010000111001110111100001100101111101100001111111000111010101110 | eea1cef0cbec3f8eae |
UTF-8 | 遏齢膜薰ョ | 111010011000000110001111111010011011110110100010111010001000011010011100111010001001011010110000111011111011110110101110 | e9818fe9bda2e8869ce896b0efbdae |
UHC | ??膜薰? | 00111111001111111101100010101111111111011011100100111111 | 3f3fd8affdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)