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 | 陬罷棲 | 111010001010001110010100111010111001000010110001 | e8a394eb90b1 |
EUC-JP | 陬罷棲 | 111100001010010111001000111011011100000010110011 | f0a5c8edc0b3 |
UTF-8 | 陬罷棲 | 111010011001100110101100111001111011110110110111111001101010001110110010 | e999ace7bdb7e6a3b2 |
UHC | ?罷棲 | 0011111111110111111100111101111111111000 | 3ff7f3dff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)