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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 迭?] | 10010011010100100011111101011101 | 93523f5d |
EUC-JP | 迭?] | 11000101101100110011111101011101 | c5b33f5d |
UTF-8 | 迭샵] | 11101000101111111010110111101100100000111011010101011101 | e8bfadec83b55d |
UHC | 迭샵] | 1111001011110111101111001010010101011101 | f2f7bca55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)