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 | 咤痿唸瘁 | 1001101001000010111000010111111010011010010110001110000110000001 | 9a42e17e9a58e181 |
EUC-JP | 咤痿唸瘁 | 1101001110100011111000011101111111010011101110011110000111100001 | d3a3e1dfd3b9e1e1 |
UTF-8 | 咤痿唸瘁 | 111001011001001010100100111001111001011110111111111001011001010010111000111001111001100010000001 | e592a4e797bfe594b8e79881 |
UHC | 咤??? | 1111011011100011001111110011111100111111 | f6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)