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 | 隴冗聞莠 | 1110100010101101100011111110011110010101101101111110010010111010 | e8ad8fe795b7e4ba |
EUC-JP | 隴冗聞莠 | 1111000010101111101111101110100111001010101110011110100010111100 | f0afbee9cab9e8bc |
UTF-8 | 隴冗聞莠 | 111010011001101010110100111001011000011010010111111010001000000110011110111010001000111010100000 | e99ab4e58697e8819ee88ea0 |
UHC | ?冗聞? | 001111111110100110110111110110101010010000111111 | 3fe9b7daa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)