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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓倥Ρ菴剰┼ | 111001111111001010011000111000111000001110101111111001001011110110001111111010001000010010101001 | e7f298e383afe4bd8fe884a9 |
EUC-JP | 銓倥Ρ菴剰┼ | 111011101111010011010000111001011010011010110001111010001011111110111110111010101010100010101011 | eef4d0e5a6b1e8bfbeeaa8ab |
UTF-8 | 銓倥Ρ菴剰┼ | 1110100110001010100100111110010110000000101001011100111010100001111010001000111110110100111001011000100110110000111000101001010010111100 | e98a93e580a5cea1e88fb4e589b0e294bc |
UHC | 銓?Ρ菴?┼ | 11101111101100000011111110100101110100011110010011100000001111111010011010101011 | efb03fa5d1e4e03fa6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)