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 | 芯?}芯?{^ | 100100000110001100111111011111011001000001100011001111110111101101011110 | 90633f7d90633f7b5e |
EUC-JP | 芯?}芯?{^ | 101111111100010000111111011111011011111111000100001111110111101101011110 | bfc43f7dbfc43f7b5e |
UTF-8 | 芯쎺}芯쎺{^ | 111010001000101010101111111011001000111010111010011111011110100010001010101011111110110010001110101110100111101101011110 | e88aafec8eba7de88aafec8eba7b5e |
UHC | 芯쎺}芯쎺{^ | 1110010010100101100110111110000101111101111001001010010110011011111000010111101101011110 | e4a59be17de4a59be17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)