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 | ñí°å½ | 1111000111101101101100001110010110111101 | f1edb0e5bd |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ñí°å? | 100011111010101111010000100011111010101110111111101000011110101110001111101010111010100100111111 | 8fabd08fabbfa1eb8faba93f |
UTF-8 | ñí°å½ | 11000011101100011100001110101101110000101011000011000011101001011100001010111101 | c3b1c3adc2b0c3a5c2bd |
UHC | ??°?½ | 00111111001111111010000111000110001111111010100011110110 | 3f3fa1c63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)