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 | 豊?え? | 100101100100110000111111100000101010011000111111 | 964c3f82a63f |
EUC-JP | 豊?え? | 110010111010110100111111101001001010100000111111 | cbad3fa4a83f |
UTF-8 | 豊었え렡 | 111010001011000110001010111011001001011110001000111000111000000110001000111010111010000010100001 | e8b18aec9788e38188eba0a1 |
UHC | 豊었え렡 | 1111100110100101101111101111101010101010101010001000111010110010 | f9a5befaaaa88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)