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] | 1110010110110111101111010111011001011101 | e5b7bd765d |
SJIS-WIN | ???v] | 0011111100111111001111110111011001011101 | 3f3f3f765d |
EUC-JP | å??v] | 10001111101010111010100100111111001111110111011001011101 | 8faba93f3f765d |
UTF-8 | å·½v] | 1100001110100101110000101011011111000010101111010111011001011101 | c3a5c2b7c2bd765d |
UHC | ?·½v] | 00111111101000011010010010101000111101100111011001011101 | 3fa1a4a8f6765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)