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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孃??孃 | 100110110110111100111111001111111001101101101111 | 9b6f3f3f9b6f |
EUC-JP | 孃??孃 | 110101011101000000111111001111111101010111010000 | d5d03f3fd5d0 |
UTF-8 | 孃덄끼孃 | 111001011010110110000011111010111000110110000100111010111000000110111100111001011010110110000011 | e5ad83eb8d84eb81bce5ad83 |
UHC | 孃덄끼孃 | 1110010110111110100010001110011110110011101000101110010110111110 | e5be88e7b3a2e5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)