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 | ???偃?? | 00111111001111110011111110011000111011100011111100111111 | 3f3f3f98ee3f3f |
EUC-JP | 薏??偃?? | 100011111101100111011110001111110011111111010000111100000011111100111111 | 8fd9de3f3fd0f03f3f |
UTF-8 | 薏멩땾偃쇗쐿 | 111010001001011010001111111010111010100110101001111010111001010110111110111001011000000110000011111011001000011110010111111011001001000010111111 | e8968feba9a9eb95bee58183ec8797ec90bf |
UHC | 薏멩땾偃쇗쐿 | 111010111111101110111000111001101000101110010100111001011110011110111100111001101001110010011111 | ebfbb8e68b94e5e7bce69c9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)