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 | 寤????? | 10011011100010000011111100111111001111110011111100111111 | 9b883f3f3f3f3f |
EUC-JP | 寤????? | 11010101111010000011111100111111001111110011111100111111 | d5e83f3f3f3f3f |
UTF-8 | 寤됵퐦若쀩릶 | 111001011010111110100100111010111001000010110101111011011001000010100110111011111010010110110100111011001000000010101001111010111010011010110110 | e5afa4eb90b5ed90a6efa5b4ec80a9eba6b6 |
UHC | 寤됵퐦若쀩릶 | 111001111111010110001001111011111011110110001111111001011010111010010111111010011001000010010100 | e7f589efbd8fe5ae97e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)