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 | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
SJIS-WIN | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
EUC-JP | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
UTF-8 | 혮횥챈횤혲EB | 1110110110011000101011101110110110011010101001011110110010110001100010001110110110011010101001001110110110011000101100100100010101000010 | ed98aeed9aa5ecb188ed9aa4ed98b24542 |
UHC | 혮횥챈횤혲EB | 110000101001010111000011100111001100001110100110110000111001101111000010100110010100010101000010 | c295c39cc3a6c39bc2994542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)