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 | è¼éôÏÍ | 111010001011110011101001111101001100111111001101 | e8bce9f4cfcd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è?éôÏÍ | 10001111101010111011001000111111100011111010101110110001100011111010101111010100100011111010101011000001100011111010101010111111 | 8fabb23f8fabb18fabd48faac18faabf |
UTF-8 | è¼éôÏÍ | 110000111010100011000010101111001100001110101001110000111011010011000011100011111100001110001101 | c3a8c2bcc3a9c3b4c38fc38d |
UHC | ?¼???? | 00111111101010001111100100111111001111110011111100111111 | 3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)