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 | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-WIN | 借革w | 1000111011011000100010100111011001110111 | 8ed88a7677 |
EUC-JP | 借革w | 1011110011011010101100111101011101110111 | bcdab3d777 |
UTF-8 | 借革w | 11100101100000001001111111101001100111011010100101110111 | e5809fe99da977 |
UHC | 借革w | 1111001110101000111110101101010001110111 | f3a8fad477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)