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 | öãP}öãP{^ | 111101101110001101010000011111011111011011100011010100000111101101011110 | f6e3507df6e3507b5e |
SJIS-WIN | ??P}??P{^ | 001111110011111101010000011111010011111100111111010100000111101101011110 | 3f3f507d3f3f507b5e |
EUC-JP | öãP}öãP{^ | 1000111110101011110100111000111110101011101010100101000001111101100011111010101111010011100011111010101110101010010100000111101101011110 | 8fabd38fabaa507d8fabd38fabaa507b5e |
UTF-8 | öãP}öãP{^ | 11000011101101101100001110100011010100000111110111000011101101101100001110100011010100000111101101011110 | c3b6c3a3507dc3b6c3a3507b5e |
UHC | ??P}??P{^ | 001111110011111101010000011111010011111100111111010100000111101101011110 | 3f3f507d3f3f507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)