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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弛?稻怏 | 10010010011011110011111111100010011010101001110010001001 | 926f3fe26a9c89 |
EUC-JP | 弛?稻怏 | 11000011110100000011111111100011110010111101011111101001 | c3d03fe3cbd7e9 |
UTF-8 | 弛븜稻怏 | 111001011011110010011011111010111011100010011100111001111010100010111011111001101000000010001111 | e5bc9bebb89ce7a8bbe6808f |
UHC | 弛븜稻怏 | 1110110010101100101110101110111011010100101010111110010011101000 | ecacbaeed4abe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)