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 | 艪抓墅 | 111001001000001010011101010100111001101011001110 | e4829d539ace |
EUC-JP | 艪抓墅 | 111001111110001011011001101101001101010011010000 | e7e2d9b4d4d0 |
UTF-8 | 艪抓墅 | 111010001000100110101010111001101000101010010011111001011010001010000101 | e889aae68a93e5a285 |
UHC | ??墅 | 00111111001111111101111111101010 | 3f3fdfea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)