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 | ???韋? | 001111110011111100111111111010001110100000111111 | 3f3f3fe8e83f |
EUC-JP | ???韋? | 001111110011111100111111111100001110101000111111 | 3f3f3ff0ea3f |
UTF-8 | 嶺뚭퍓韋녵 | 111011111010011010101011111010111001101010101101111011011000110110010011111010011001111110001011111010111000010110110101 | efa6abeb9aaded8d93e99f8beb85b5 |
UHC | 嶺뚭퍓韋녵 | 11100111101011011000110011101010101110111000101011101010110111111000011011100100 | e7ad8ceabb8aeadf86e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)