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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隱俯」溲閧 | 1110100010101010100110001110101110100011100111111110101011110100100011001110100010000010 | e8aa98eba39feaf48ce882 |
EUC-JP | 隱俯」溲?閧 | 1111000010101100110100001110110110001110101000111101111011101100001111111110111111100010 | f0acd0ed8ea3deec3fefe2 |
UTF-8 | 隱俯」溲閧 | 111010011001101010110001111001001011111110101111111011111011110110100011111001101011101010110010111011101000110010111011111010011001011010100111 | e99ab1e4bfafefbda3e6bab2ee8cbbe996a7 |
UHC | 隱俯???? | 1110101111011111110111001111011000111111001111110011111100111111 | ebdfdcf63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)