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 | 厭ル?倚 | 10001001011111011000001110001011001111111001100011011111 | 897d838b3f98df |
EUC-JP | 厭ル?倚 | 10110001110111101010010111101011001111111101000011100001 | b1dea5eb3fd0e1 |
UTF-8 | 厭ル걪倚 | 111001011000111010101101111000111000001110101011111010101011000110101010111001011000000010011010 | e58eade383abeab1aae5809a |
UHC | 厭ル걪倚 | 1110011011110100101010111110101110000001100100111110101111101111 | e6f4abeb8193ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)