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 | 飮??鈺 | 100111110101101000111111001111111111101111000100 | 9f5a3f3ffbc4 |
EUC-JP | 飮??鈺 | 11011101101110110011111100111111100011111110001111010101 | ddbb3f3f8fe3d5 |
UTF-8 | 飮룡찄鈺 | 111010011010001110101110111010111010001110100001111011001011000010000100111010011000100010111010 | e9a3aeeba3a1ecb084e988ba |
UHC | 飮룡찄鈺 | 1110101111100110101101111110011010101001100010001110100010101101 | ebe6b7e6a988e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)