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 | 筌??茹??^ | 111000101010001100111111001111111110010010100101001111110011111101011110 | e2a33f3fe4a53f3f5e |
EUC-JP | 筌??茹??^ | 111001001010010100111111001111111110100010100111001111110011111101011110 | e4a53f3fe8a73f3f5e |
UTF-8 | 筌㏓젲茹됰젪^ | 11100111101011011000110011100011100011111001001111101100101000001011001011101000100011001011100111101011100100001011000011101100101000001010101001011110 | e7ad8ce38f93eca0b2e88cb9eb90b0eca0aa5e |
UHC | 筌㏓젲茹됰젪^ | 11101111101001111010011111101011101000001010011011100110101010101000100111101011101000001010001001011110 | efa7a7eba0a6e6aa89eba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)