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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 譖懶ス餓株^ | 11100110100110111001110011101111101111011000100111101100100010101001010001011110 | e69b9cefbd89ec8a945e |
EUC-JP | 譖懶ス餓株^ | 1110101111111011110110001111000110001110101111011011001011101110101100111111010001011110 | ebfbd8f18ebdb2eeb3f45e |
UTF-8 | 譖懶ス餓株^ | 11101000101011011001011011100110100001111011011011101111101111011011110111101001101001001001001111100110101000001010101001011110 | e8ad96e687b6efbdbde9a493e6a0aa5e |
UHC | ?懶?餓株^ | 001111111101010011111011001111111110010010111011111100011011101101011110 | 3fd4fb3fe4bbf1bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)