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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 傲?}傲?{^ | 100110001111110000111111011111011001100011111100001111110111101101011110 | 98fc3f7d98fc3f7b5e |
EUC-JP | 傲?}傲?{^ | 110100001111111000111111011111011101000011111110001111110111101101011110 | d0fe3f7dd0fe3f7b5e |
UTF-8 | 傲뎝}傲뎝{^ | 111001011000001010110010111010111000111010011101011111011110010110000010101100101110101110001110100111010111101101011110 | e582b2eb8e9d7de582b2eb8e9d7b5e |
UHC | 傲뎝}傲뎝{^ | 1110011111101100100010010110111001111101111001111110110010001001011011100111101101011110 | e7ec896e7de7ec896e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)