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 | 篏剰海 | 111000101011101110001111111010001000101001000011 | e2bb8fe88a43 |
EUC-JP | 篏剰海 | 111001001011110110111110111010101011001110100100 | e4bdbeeab3a4 |
UTF-8 | 篏剰海 | 111001111010111110001111111001011000100110110000111001101011010110110111 | e7af8fe589b0e6b5b7 |
UHC | ??海 | 00111111001111111111101010101101 | 3f3ffaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)