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 | 爼}爼{^ | 1111000111111011111000001010101001111101111100011111101111100000101010100111101101011110 | f1fbe0aa7df1fbe0aa7b5e |
EUC-JP | ?爼}?爼{^ | 001111111110000010101100011111010011111111100000101011000111101101011110 | 3fe0ac7d3fe0ac7b5e |
UTF-8 | 爼}爼{^ | 111011101000010110110110111001111000100010111100011111011110111010000101101101101110011110001000101111000111101101011110 | ee85b6e788bc7dee85b6e788bc7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)