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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ??×? | 0011111100111111101000011101111100111111 | 3f3fa1df3f |
UTF-8 | 뤀빡×쌜 | 1110101110100100100000001110101110111001101000011100001110010111111011001000110010011100 | eba480ebb9a1c397ec8c9c |
UHC | 뤀빡×쌜 | 1000111110110001101110101111110110100001101111111011110111011011 | 8fb1bafda1bfbddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)