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 | óÄ[óÄ[^ | 11110011110001000101101111110011110001000101101101011110 | f3c45bf3c45b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | óÄ[óÄ[^ | 100011111010101111010001100011111010101010100011010110111000111110101011110100011000111110101010101000110101101101011110 | 8fabd18faaa35b8fabd18faaa35b5e |
UTF-8 | óÄ[óÄ[^ | 1100001110110011110000111000010001011011110000111011001111000011100001000101101101011110 | c3b3c3845bc3b3c3845b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)