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 | ???泣d? | 0011111100111111001111111000101110000011100000101000010000111111 | 3f3f3f8b8382843f |
EUC-JP | ???泣d? | 0011111100111111001111111011010111100011101000111110010000111111 | 3f3f3fb5e3a3e43f |
UTF-8 | 樂낅슢泣d풚 | 111011111010011010111111111010111000001010000101111011001000101010100010111001101011001110100011111011111011110110000100111011011001001010011010 | efa6bfeb8285ec8aa2e6b3a3efbd84ed929a |
UHC | 樂낅슢泣d풚 | 111010001111100110000101111010111001101010101110111010111110100010100011111001001011111010011101 | e8f985eb9aaeebe8a3e4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)