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 | 蒟э集蕀 | 1110010011100101100001001000111110001111010101111110010011111001 | e4e5848f8f57e4f9 |
EUC-JP | 蒟э集蕀 | 1110100011100111101001111110111110111101101110001110100011111011 | e8e7a7efbdb8e8fb |
UTF-8 | 蒟э集蕀 | 1110100010010010100111111101000110001101111010011001101110000110111010001001010110000000 | e8929fd18de99b86e89580 |
UHC | ?э集? | 001111111010110011101111111100111010001000111111 | 3faceff3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)