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 | 荻?萄 | 1000100110101100001111111001001110111000 | 89ac3f93b8 |
EUC-JP | 荻?萄 | 1011001010101110001111111100011010111010 | b2ae3fc6ba |
UTF-8 | 荻뀌萄 | 111010001000110110111011111010111000000010001100111010001001000010000100 | e88dbbeb808ce89084 |
UHC | 荻뀌萄 | 111011101110001010110010111011101101010010101100 | eee2b2eed4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)