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 | 瀞絲? | 1001001111010010111000110100111000111111 | 93d2e34e3f |
EUC-JP | 瀞絲? | 1100011011010100111001011010111100111111 | c6d4e5af3f |
UTF-8 | 瀞絲렩 | 111001111000000010011110111001111011010110110010111010111010000010101001 | e7809ee7b5b2eba0a9 |
UHC | 瀞絲렩 | 111011111110011111011110111010101000111010110111 | efe7deea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)