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 | ?撤呈? | 001111111001001101010000100100101110011000111111 | 3f935092e63f |
EUC-JP | ?撤呈? | 001111111100010110110001110001001110100000111111 | 3fc5b1c4e83f |
UTF-8 | 뤋撤呈첝 | 111010111010010010001011111001101001001010100100111001011001000110001000111011001011001010011101 | eba48be692a4e59188ecb29d |
UHC | 뤋撤呈첝 | 1000111110111011111101001100110011101111110100001010101101000111 | 8fbbf4ccefd0ab47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)