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 | íà¨íò½ | 1110110111100000100011101010100011101101111100101000111010111101 | ede08ea8edf28ebd |
SJIS-WIN | ???¨???? | 001111110011111100111111100000010100111000111111001111110011111100111111 | 3f3f3f814e3f3f3f3f |
EUC-JP | íà?¨íò?? | 1000111110101011101111111000111110101011101000100011111110100001101011111000111110101011101111111000111110101011110100100011111100111111 | 8fabbf8faba23fa1af8fabbf8fabd23f3f |
UTF-8 | íà¨íò½ | 11000011101011011100001110100000110000101000111011000010101010001100001110101101110000111011001011000010100011101100001010111101 | c3adc3a0c28ec2a8c3adc3b2c28ec2bd |
UHC | ???¨???½ | 00111111001111110011111110100001101001110011111100111111001111111010100011110110 | 3f3f3fa1a73f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)