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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞁ア汯ニ | 111010001101100110110001111110101111100011000110 | e8d9b1faf8c6 |
EUC-JP | 鞁ア汯ニ | 111100001101101110001110101100011000111111000110111000111000111011000110 | f0db8eb18fc6e38ec6 |
UTF-8 | 鞁ア汯ニ | 111010011001111010000001111011111011110110110001111001101011000110101111111011111011111010000110 | e99e81efbdb1e6b1afefbe86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)