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 | 瓲痼}瓲痼{^ | 1110000101000101111000011000000001111101111000010100010111100001100000000111101101011110 | e145e1807de145e1807b5e |
EUC-JP | 瓲痼}瓲痼{^ | 1110000110100110111000011110000001111101111000011010011011100001111000000111101101011110 | e1a6e1e07de1a6e1e07b5e |
UTF-8 | 瓲痼}瓲痼{^ | 111001111001001110110010111001111001011110111100011111011110011110010011101100101110011110010111101111000111101101011110 | e793b2e797bc7de793b2e797bc7b5e |
UHC | ?痼}?痼{^ | 001111111100110111000000011111010011111111001101110000000111101101011110 | 3fcdc07d3fcdc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)