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 | 潁??鈺 | 100111111111000100111111001111111111101111000100 | 9ff13f3ffbc4 |
EUC-JP | 潁??鈺 | 11011110111100110011111100111111100011111110001111010101 | def33f3f8fe3d5 |
UTF-8 | 潁뷸퓼鈺 | 111001101011110110000001111010111011011110111000111011011001001110111100111010011000100010111010 | e6bd81ebb7b8ed93bce988ba |
UHC | 潁뷸퓼鈺 | 1110011110111000101110101110011010111111101000001110100010101101 | e7b8bae6bfa0e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)