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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 窈ユ?U | 111000100111011110000011100001100011111101010101 | e27783863f55 |
EUC-JP | 窈ユ?U | 111000111101100010100101111001100011111101010101 | e3d8a5e63f55 |
UTF-8 | 窈ユ뮢U | 11100111101010101000100011100011100000111010011011101011101011101010001001010101 | e7aa88e383a6ebaea255 |
UHC | 窈ユ뮢U | 11101001101000011010101111100110100100101010111001010101 | e9a1abe692ae55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)