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 | 蠇勺雫 | 111110111010000110001110110110011000111010110100 | fba18ed98eb4 |
EUC-JP | ?勺雫 | 0011111110111100110110111011110010110110 | 3fbcdbbcb6 |
UTF-8 | 蠇勺雫 | 111010001010000010000111111001011000101110111010111010011001101110101011 | e8a087e58bbae99bab |
UHC | ?勺? | 00111111111011011100001100111111 | 3fedc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)