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 | ??v] | 00111111001111110111011001011101 | 3f3f765d |
SJIS-WIN | 漆杓v] | 100011101011110110001110110110110111011001011101 | 8ebd8edb765d |
EUC-JP | 漆杓v] | 101111001011111110111100110111010111011001011101 | bcbfbcdd765d |
UTF-8 | 漆杓v] | 1110011010111100100001101110011010011101100100110111011001011101 | e6bc86e69d93765d |
UHC | 漆杓v] | 111101101101010011111000111101010111011001011101 | f6d4f8f5765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)