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 | 咫?聆燼 | 10011010010000000011111111100011110101111110000010011110 | 9a403fe3d7e09e |
EUC-JP | 咫?聆燼 | 11010011101000010011111111100110110110011101111111111110 | d3a13fe6d9dffe |
UTF-8 | 咫곌聆燼 | 111001011001001010101011111010101011001110001100111010001000000110000110111001111000011110111100 | e592abeab38ce88186e787bc |
UHC | 咫곌聆燼 | 1111001010100001101100001110101011010110110000001110001111101000 | f2a1b0ead6c0e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)