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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蕭掩研] | 11100101010010101000100110000110100011001010010001011101 | e54a89868ca45d |
EUC-JP | 蕭掩研] | 11101001101010111011000111100110101110001010011001011101 | e9abb1e6b8a65d |
UTF-8 | 蕭掩研] | 11101000100101011010110111100110100011101010100111100111101000001001010001011101 | e895ade68ea9e7a0945d |
UHC | 蕭掩?] | 111000011100101111100101111100110011111101011101 | e1cbe5f33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)