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 | 傲뇃}傲뇃{^ | 111001011000001010110010111010111000011110000011011111011110010110000010101100101110101110000111100000110111101101011110 | e582b2eb87837de582b2eb87837b5e |
UHC | 傲뇃}傲뇃{^ | 1110011111101100100001110110101101111101111001111110110010000111011010110111101101011110 | e7ec876b7de7ec876b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)