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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狒盞狒皰B | 111000001011111111100001101101011110000010111111111000011010110001000010 | e0bfe1b5e0bfe1ac42 |
EUC-JP | 狒盞狒皰B | 111000001100000111100010101101111110000011000001111000101010111001000010 | e0c1e2b7e0c1e2ae42 |
UTF-8 | 狒盞狒皰B | 11100111100010111001001011100111100110111001111011100111100010111001001011100111100110101011000001000010 | e78b92e79b9ee78b92e79ab042 |
UHC | ?盞??B | 001111111110110111010011001111110011111101000010 | 3fedd33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)