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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 倻?? | 1000111110110001111101100011111100111111 | 8fb1f63f3f |
UTF-8 | 倻삘뵕 | 111001011000000010111011111011001000001010011000111010111011010110010101 | e580bbec8298ebb595 |
UHC | 倻삘뵕 | 111001011010011010111011111000101001010010010111 | e5a6bbe29497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)