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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韻烽呂揖 | 1000100101000011111000001000001010011000010000111001011101001011 | 8943e0829843974b |
EUC-JP | 韻烽呂揖 | 1011000110100100110111111110001011001111101001001100110110101100 | b1a4dfe2cfa4cdac |
UTF-8 | 韻烽呂揖 | 111010011001111110111011111001111000001110111101111001011001000110000010111001101000111110010110 | e99fbbe783bde59182e68f96 |
UHC | 韻烽呂揖 | 1110101010100100110111001110101111010101111001011110101111100111 | eaa4dcebd5e5ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)