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 | 閼ょ錐 | 111010001000010010000010111001011001000010001101 | e88482e5908d |
EUC-JP | 閼ょ錐 | 111011111110010010100100111001111011111111101101 | efe4a4e7bfed |
UTF-8 | 閼ょ錐 | 111010011001011010111100111000111000001010000111111010011000110010010000 | e996bce38287e98c90 |
UHC | 閼ょ錐 | 111001001101100110101010111001111111010111011110 | e4d9aae7f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)