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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蓚蓚?? | 00111111111001001110100111100100111010010011111100111111 | 3fe4e9e4e93f3f |
EUC-JP | ?蓚蓚?? | 00111111111010001110101111101000111010110011111100111111 | 3fe8ebe8eb3f3f |
UTF-8 | 얍蓚蓚롛뤗 | 111011001001011010001101111010001001001110011010111010001001001110011010111010111010000110011011111010111010010010010111 | ec968de8939ae8939aeba19beba497 |
UHC | 얍蓚蓚롛뤗 | 10111110111001011110001010111110111000101011111010001110110111111000111111000111 | bee5e2bee2be8edf8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)