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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??業? | 10010111011101100011111100111111100010111100011000111111 | 97763f3f8bc63f |
EUC-JP | 要??業? | 11001101110101110011111100111111101101101100100000111111 | cdd73f3fb6c83f |
UTF-8 | 要ㅵ뛽業랡 | 111010001010011010000001111000111000010110110101111010111001101110111101111001101010010110101101111010111001111010100001 | e8a681e385b5eb9bbde6a5adeb9ea1 |
UHC | 要ㅵ뛽業랡 | 11101001101010011010010011100101100011011000001111100101111101101000111001000010 | e9a9a4e58d83e5f68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)