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 | 雫鈼軸糜 | 11110010101011011000111010110100111110111100011010001110101100101110001011110100 | f2ad8eb4fbc68eb2e2f4 |
EUC-JP | ?雫鈼軸糜 | 00111111101111001011011010001111111000111101011010111100101101001110010011110110 | 3fbcb68fe3d6bcb4e4f6 |
UTF-8 | 雫鈼軸糜 | 111011101000011110100100111010011001101110101011111010011000100010111100111010001011101110111000111001111011001110011100 | ee87a4e99babe988bce8bbb8e7b39c |
UHC | ???軸? | 001111110011111100111111111101011110111000111111 | 3f3f3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)