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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 痾咤髴鱆齏痿 | 111000010111110110011010010000101110100110011100111010011110000111101000111010111110000101111110 | e17d9a42e99ce9e1e8ebe17e |
EUC-JP | 痾咤髴鱆齏痿 | 111000011101111011010011101000111111000111111100111100101110001111110000111011011110000111011111 | e1ded3a3f1fcf2e3f0ede1df |
UTF-8 | 痾咤髴鱆齏痿 | 111001111001011110111110111001011001001010100100111010011010101110110100111010011011000110000110111010011011110110001111111001111001011110111111 | e797bee592a4e9abb4e9b186e9bd8fe797bf |
UHC | ?咤???? | 00111111111101101110001100111111001111110011111100111111 | 3ff6e33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)