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 | 諢シ}諢シ{^ | 111001101000010010111100011111011110011010000100101111000111101101011110 | e684bc7de684bc7b5e |
EUC-JP | 諢シ}諢シ{^ | 1110101111100100100011101011110001111101111010111110010010001110101111000111101101011110 | ebe48ebc7debe48ebc7b5e |
UTF-8 | 諢シ}諢シ{^ | 111010001010101110100010111011111011110110111100011111011110100010101011101000101110111110111101101111000111101101011110 | e8aba2efbdbc7de8aba2efbdbc7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)