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 | 銖吝綾 | 111001111111000110011001111001011000100010111011 | e7f199e588bb |
EUC-JP | 銖吝綾 | 111011101111001111010010111001111011000010111101 | eef3d2e7b0bd |
UTF-8 | 銖吝綾 | 111010011000101010010110111001011001000010011101111001111011011010111110 | e98a96e5909de7b6be |
UHC | 銖吝綾 | 111000101100011111010111111100001101011111010011 | e2c7d7f0d7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)