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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 庵??隘??B | 100010001100000100111111001111111110100010100101001111110011111101000010 | 88c13f3fe8a53f3f42 |
EUC-JP | 庵??隘??B | 101100001100001100111111001111111111000010100111001111110011111101000010 | b0c33f3ff0a73f3f42 |
UTF-8 | 庵뗮뢎隘뎼뢔B | 11100101101110101011010111101011100101111010111011101011101000101000111011101001100110101001100011101011100011101011110011101011101000101001010001000010 | e5bab5eb97aeeba28ee99a98eb8ebceba29442 |
UHC | 庵뗮뢎隘뎼뢔B | 11100100110111011000101111101101100011110100100111100100111101101000100110001111100011110100111101000010 | e4dd8bed8f49e4f6898f8f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)