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 | 甸?? | 10011001101100100011111100111111 | 99b23f3f |
EUC-JP | 甸?? | 11010010101101000011111100111111 | d2b43f3f |
UTF-8 | 甸ㅽ슶 | 111001111001010010111000111000111000010110111101111011001000101010110110 | e794b8e385bdec8ab6 |
UHC | 甸ㅽ슶 | 111011111010010010100100111011011001101010111011 | efa4a4ed9abb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)