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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 際?瀞?伊? | 100011011101101100111111100100111101001000111111100010001100100100111111 | 8ddb3f93d23f88c93f |
EUC-JP | 際?瀞?伊? | 101110101101110100111111110001101101010000111111101100001100101100111111 | badd3fc6d43fb0cb3f |
UTF-8 | 際렧瀞렏伊묍 | 111010011001101010011011111010111010000010100111111001111000000010011110111010111010000010001111111001001011110010001010111010111010110010001101 | e99a9beba0a7e7809eeba08fe4bc8aebac8d |
UHC | 際렧瀞렏伊묍 | 111100001011011110001110101101101110111111100111100011101010010111101100101001011011100110100011 | f0b78eb6efe78ea5eca5b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)