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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雫鈼軸 | 1111001010101101100011101011010011111011110001101000111010110010 | f2ad8eb4fbc68eb2 |
EUC-JP | ?雫鈼軸 | 0011111110111100101101101000111111100011110101101011110010110100 | 3fbcb68fe3d6bcb4 |
UTF-8 | 雫鈼軸 | 111011101000011110100100111010011001101110101011111010011000100010111100111010001011101110111000 | ee87a4e99babe988bce8bbb8 |
UHC | ???軸 | 0011111100111111001111111111010111101110 | 3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)