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 | 駿伎? | 1000111101111000100010101110101000111111 | 8f788aea3f |
EUC-JP | 駿伎? | 1011110111011001101101001110110000111111 | bdd9b4ec3f |
UTF-8 | 駿伎렚 | 111010011010011110111111111001001011110010001110111010111010000010011010 | e9a7bfe4bc8eeba09a |
UHC | 駿伎렚 | 111100011110011111010000111010111000111010101101 | f1e7d0eb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)