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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 省蠑ア省蠑ア^ | 1000111111001000111001011011110010110001100011111100100011100101101111001011000101011110 | 8fc8e5bcb18fc8e5bcb15e |
EUC-JP | 省蠑ア省蠑ア^ | 10111110110010101110101010111110100011101011000110111110110010101110101010111110100011101011000101011110 | becaeabe8eb1becaeabe8eb15e |
UTF-8 | 省蠑ア省蠑ア^ | 11100111100111001000000111101000101000001001000111101111101111011011000111100111100111001000000111101000101000001001000111101111101111011011000101011110 | e79c81e8a091efbdb1e79c81e8a091efbdb15e |
UHC | 省??省??^ | 111000001111110100111111001111111110000011111101001111110011111101011110 | e0fd3f3fe0fd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)