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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 迢ケ魘」蜈ョB | 11100111100010111011100111101001101101001010001111100101100001011010111001000010 | e78bb9e9b4a3e585ae42 |
EUC-JP | 迢ケ魘」蜈ョB | 11101101111010111000111010111001111100101011011010001110101000111110100111100101100011101010111001000010 | edeb8eb9f2b68ea3e9e58eae42 |
UTF-8 | 迢ケ魘」蜈ョB | 11101000101111111010001011101111101111011011100111101001101011011001100011101111101111011010001111101000100111001000100011101111101111011010111001000010 | e8bfa2efbdb9e9ad98efbda3e89c88efbdae42 |
UHC | ????蜈?B | 0011111100111111001111110011111111101000101001010011111101000010 | 3f3f3f3fe8a53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)