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 | 駿頃? | 1000111101111000100011011010000000111111 | 8f788da03f |
EUC-JP | 駿頃? | 1011110111011001101110101010001000111111 | bdd9baa23f |
UTF-8 | 駿頃렱 | 111010011010011110111111111010011010000010000011111010111010000010110001 | e9a7bfe9a083eba0b1 |
UHC | 駿頃렱 | 111100011110011111001100111100011000111010111110 | f1e7ccf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)