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 | 岦ショ鉸 | 1111101010101100101111001111000010100100101011101111101111001110 | faacbcf0a4aefbce |
EUC-JP | 岦シ?ョ鉸 | 1000111110111011101100111000111010111100001111111000111010101110100011111110001111110010 | 8fbbb38ebc3f8eae8fe3f2 |
UTF-8 | 岦ショ鉸 | 111001011011001010100110111011111011110110111100111011101000000110100011111011111011110110101110111010011000100110111000 | e5b2a6efbdbcee81a3efbdaee989b8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)