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 | 箏橋? | 1110001010110101100010111011010000111111 | e2b58bb43f |
EUC-JP | 箏橋? | 1110010010110111101101101011011000111111 | e4b7b6b63f |
UTF-8 | 箏橋렏 | 111001111010111010001111111001101010100110001011111010111010000010001111 | e7ae8fe6a98beba08f |
UHC | 箏橋렏 | 111011101011010011001110111010011000111010100101 | eeb4cee98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)