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 | 町紗? | 1001001010101100100011101101000100111111 | 92ac8ed13f |
EUC-JP | 町紗? | 1100010010101110101111001101001100111111 | c4aebcd33f |
UTF-8 | 町紗렡 | 111001111001010010111010111001111011010010010111111010111010000010100001 | e794bae7b497eba0a1 |
UHC | 町紗렡 | 111011111110101111011110111010011000111010110010 | efebdee98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)