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 | 顋蛾。倔 | 11101000111110011000100111101001101000011001100011100001 | e8f989e9a198e1 |
EUC-JP | 顋蛾。倔 | 1111000011111011101100101110101110001110101000011101000011100011 | f0fbb2eb8ea1d0e3 |
UTF-8 | 顋蛾。倔 | 111010011010000110001011111010001001101110111110111011111011110110100001111001011000000010010100 | e9a18be89bbeefbda1e58094 |
UHC | ?蛾?? | 0011111111100100101101100011111100111111 | 3fe4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)