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 | ò·Úì³¥ | 1111001010110111110110101110110010001110101100111000111010100101 | f2b7daec8eb38ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ò?Úì???? | 1000111110101011110100100011111110001111101010101110001010001111101010111100000000111111001111110011111100111111 | 8fabd23f8faae28fabc03f3f3f3f |
UTF-8 | ò·Úì³¥ | 11000011101100101100001010110111110000111001101011000011101011001100001010001110110000101011001111000010100011101100001010100101 | c3b2c2b7c39ac3acc28ec2b3c28ec2a5 |
UHC | ?·???³?? | 00111111101000011010010000111111001111110011111110101001111110000011111100111111 | 3fa1a43f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)