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 | ??ォ??こ^ | 001111110011111110000011010010000011111100111111100000101011000101011110 | 3f3f83483f3f82b15e |
EUC-JP | ??ォ??こ^ | 001111110011111110100101101010010011111100111111101001001011001101011110 | 3f3fa5a93f3fa4b35e |
UTF-8 | 룵쥚ォ룶킃こ^ | 11101011101000111011010111101100101001011001101011100011100000101010100111101011101000111011011011101101100000101000001111100011100000011001001101011110 | eba3b5eca59ae382a9eba3b6ed8283e381935e |
UHC | 룵쥚ォ룶킃こ^ | 10001111101010101010001010001111101010111010100110001111101010111011010010001111101010101011001101011110 | 8faaa28faba98fabb48faab35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)