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 | 裘嬢肢粤 | 1110010111100010100011111110110010001110100010001110001011100011 | e5e28fec8e88e2e3 |
EUC-JP | 裘嬢肢粤 | 1110101011100100101111101110111010111011111010001110010011100101 | eae4beeebbe8e4e5 |
UTF-8 | 裘嬢肢粤 | 111010001010001110011000111001011010110010100010111010001000001010100010111001111011001010100100 | e8a398e5aca2e882a2e7b2a4 |
UHC | ??肢? | 0011111100111111111100101011011000111111 | 3f3ff2b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)