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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?頁儉^ | 001111111001010111000101100110010100110001011110 | 3f95c5994c5e |
EUC-JP | ?頁儉^ | 001111111100101011000111110100011010110101011110 | 3fcac7d1ad5e |
UTF-8 | 뤜頁儉^ | 11101011101001001001110011101001101000001000000111100101100001001000100101011110 | eba49ce9a081e584895e |
UHC | 뤜頁儉^ | 10001111110010111111101011101101110010111111101101011110 | 8fcbfaedcbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)