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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜊医Θ寘 | 1110010110001101100010001110001110000011101001101111101010101001 | e58d88e383a6faa9 |
EUC-JP | 蜊医Θ寘 | 111010011110110110110000111001011010011010101000100011111011101011100001 | e9edb0e5a6a88fbae1 |
UTF-8 | 蜊医Θ寘 | 1110100010011100100010101110010110001100101110111100111010011000111001011010111110011000 | e89c8ae58cbbce98e5af98 |
UHC | ??Θ? | 0011111100111111101001011100100000111111 | 3f3fa5c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)