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 | 畯基? | 1111101101101111100010101110111000111111 | fb6f8aee3f |
EUC-JP | 畯基? | 100011111100110110111011101101001111000000111111 | 8fcdbbb4f03f |
UTF-8 | 畯基렱 | 111001111001010110101111111001011001111110111010111010111010000010110001 | e795afe59fbaeba0b1 |
UHC | 畯基렱 | 111100011110000111010000111100011000111010111110 | f1e1d0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)