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 | 蒟э集蓼 | 1110010011100101100001001000111110001111010101111110010011111000 | e4e5848f8f57e4f8 |
EUC-JP | 蒟э集蓼 | 1110100011100111101001111110111110111101101110001110100011111010 | e8e7a7efbdb8e8fa |
UTF-8 | 蒟э集蓼 | 1110100010010010100111111101000110001101111010011001101110000110111010001001001110111100 | e8929fd18de99b86e893bc |
UHC | ?э集蓼 | 00111111101011001110111111110011101000101101011011111110 | 3faceff3a2d6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)