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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 悉??^ | 1000111010111011001111110011111101011110 | 8ebb3f3f5e |
EUC-JP | 悉??^ | 1011110010111101001111110011111101011110 | bcbd3f3f5e |
UTF-8 | 悉럤둅^ | 11100110100000101000100111101011100111111010010011101011100100011000010101011110 | e68289eb9fa4eb91855e |
UHC | 悉럤둅^ | 11100011111110101000111010000111100010100100000101011110 | e3fa8e878a415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)