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 | 艶h?? | 100010011001000010000010100010000011111100111111 | 899082883f3f |
EUC-JP | 艶h?? | 101100011111000010100011111010000011111100111111 | b1f0a3e83f3f |
UTF-8 | 艶h뱫커 | 111010001000100110110110111011111011110110001000111010111011000110101011111011001011101110100100 | e889b6efbd88ebb1abecbba4 |
UHC | 艶h뱫커 | 1110011011111101101000111110100010010011100100011100010010111111 | e6fda3e89391c4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)