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 | ±òÆÄ | 100011101011000111110010110001101000111011000100 | 8eb1f2c68ec4 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ?±òÆ?Ä | 00111111101000011101111010001111101010111101001010001111101010011010000100111111100011111010101010100011 | 3fa1de8fabd28fa9a13f8faaa3 |
UTF-8 | ±òÆÄ | 110000101000111011000010101100011100001110110010110000111000011011000010100011101100001110000100 | c28ec2b1c3b2c386c28ec384 |
UHC | ?±?Æ?? | 0011111110100001101111100011111110101000101000010011111100111111 | 3fa1be3fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)