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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ??鉥^ | 001111110011111110001111111000111110100001011110 | 3f3f8fe3e85e |
UTF-8 | 쁟롋鉥^ | 11101100100000011001111111101011101000011000101111101001100010011010010101011110 | ec819feba18be989a55e |
UHC | 쁟롋鉥^ | 10011000011000111000111011010001111000101111110001011110 | 98638ed1e2fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)