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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 由h?癒 | 10010111010100101000001010001000001111111001011011111100 | 975282883f96fc |
EUC-JP | 由h?癒 | 11001101101100111010001111101000001111111100110011111110 | cdb3a3e83fccfe |
UTF-8 | 由h츚癒 | 111001111001010010110001111011111011110110001000111011001011100010011010111001111001100110010010 | e794b1efbd88ecb89ae79992 |
UHC | 由h츚癒 | 1110101110100110101000111110100010101110100100111110101110101000 | eba6a3e8ae93eba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)