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 | öãh}öãh{^ | 111101101110001101101000011111011111011011100011011010000111101101011110 | f6e3687df6e3687b5e |
SJIS-WIN | ??h}??h{^ | 001111110011111101101000011111010011111100111111011010000111101101011110 | 3f3f687d3f3f687b5e |
EUC-JP | öãh}öãh{^ | 1000111110101011110100111000111110101011101010100110100001111101100011111010101111010011100011111010101110101010011010000111101101011110 | 8fabd38fabaa687d8fabd38fabaa687b5e |
UTF-8 | öãh}öãh{^ | 11000011101101101100001110100011011010000111110111000011101101101100001110100011011010000111101101011110 | c3b6c3a3687dc3b6c3a3687b5e |
UHC | ??h}??h{^ | 001111110011111101101000011111010011111100111111011010000111101101011110 | 3f3f687d3f3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)