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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澱紗? | 1001001101100010100011101101000100111111 | 93628ed13f |
EUC-JP | 澱紗? | 1100010111000011101111001101001100111111 | c5c3bcd33f |
UTF-8 | 澱紗갸 | 111001101011111010110001111001111011010010010111111010101011000010111000 | e6beb1e7b497eab0b8 |
UHC | 澱紗갸 | 111011101111111011011110111010011011000010111100 | eefedee9b0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)