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 | 閹企エジ | 11101000100001101000101011101001101101001000001101010111 | e8868ae9b48357 |
EUC-JP | 閹企エジ | 1110111111100110101101001110101110001110101101001010010110111000 | efe6b4eb8eb4a5b8 |
UTF-8 | 閹企エジ | 111010011001011010111001111001001011110010000001111011111011110110110100111000111000001010111000 | e996b9e4bc81efbdb4e382b8 |
UHC | ?企?ジ | 001111111101000011101010001111111010101110111000 | 3fd0ea3fabb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)