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 | 蜊医Θ寘ヲ | 111001011000110110001000111000111000001110100110111110101010100110100110 | e58d88e383a6faa9a6 |
EUC-JP | 蜊医Θ寘ヲ | 1110100111101101101100001110010110100110101010001000111110111010111000011000111010100110 | e9edb0e5a6a88fbae18ea6 |
UTF-8 | 蜊医Θ寘ヲ | 1110100010011100100010101110010110001100101110111100111010011000111001011010111110011000111011111011110110100110 | e89c8ae58cbbce98e5af98efbda6 |
UHC | ??Θ?? | 001111110011111110100101110010000011111100111111 | 3f3fa5c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)