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 | 關シ}關シ{^ | 111010001001000010111100011111011110100010010000101111000111101101011110 | e890bc7de890bc7b5e |
EUC-JP | 關シ}關シ{^ | 1110111111110000100011101011110001111101111011111111000010001110101111000111101101011110 | eff08ebc7deff08ebc7b5e |
UTF-8 | 關シ}關シ{^ | 111010011001011110011100111011111011110110111100011111011110100110010111100111001110111110111101101111000111101101011110 | e9979cefbdbc7de9979cefbdbc7b5e |
UHC | 關?}關?{^ | 110011101011110000111111011111011100111010111100001111110111101101011110 | cebc3f7dcebc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)