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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 垓??? | 1001101010110100001111110011111100111111 | 9ab43f3f3f |
EUC-JP | 垓??? | 1101010010110110001111110011111100111111 | d4b63f3f3f |
UTF-8 | 垓뷌뾿輦 | 111001011001111010010011111010111011011110001100111010111011111010111111111011111010011010011000 | e59e93ebb78cebbebfefa698 |
UHC | 垓뷌뾿輦 | 1111101010100111100101001111100110010111100001111110011011100100 | faa794f99787e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)