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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 鞨≫速h鞨≫ | 1110100011100000100000011110001010010001101011000110100011101000111000001000000111100010 | e8e081e291ac68e8e081e2 |
EUC-JP | 鞨≫速h鞨≫ | 1111000011100010101000101110010011000010101011100110100011110000111000101010001011100100 | f0e2a2e4c2ae68f0e2a2e4 |
UTF-8 | 鞨≫速h鞨≫ | 11101001100111101010100011100010100010011010101111101001100000001001111101101000111010011001111010101000111000101000100110101011 | e99ea8e289abe9809f68e99ea8e289ab |
UHC | 鞨≫速h鞨≫ | 1100101011101010101000011110110111100001110111000110100011001010111010101010000111101101 | caeaa1ede1dc68caeaa1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)