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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 譎、繧嬢勘B | 11100110100110011010010011100011100000101000111111101100100010101010100001000010 | e699a4e3828fec8aa842 |
EUC-JP | 譎、繧嬢勘B | 1110101111111001100011101010010011100101111000101011111011101110101101001010101001000010 | ebf98ea4e5e2beeeb4aa42 |
UTF-8 | 譎、繧嬢勘B | 11101000101011011000111011101111101111011010010011100111101110011010011111100101101011001010001011100101100010111001100001000010 | e8ad8eefbda4e7b9a7e5aca2e58b9842 |
UHC | 譎???勘B | 1111110111010010001111110011111100111111110010101110101101000010 | fdd23f3f3fcaeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)