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 | 煆、鯱粹昞」 | 11111011010101101010010011101001110011011110001011101101111110101101001110100011 | fb56a4e9cde2edfad3a3 |
EUC-JP | 煆、鯱粹昞」 | 1000111111001001111101001000111010100100111100101100111111100100111011111000111111000010101000011000111010100011 | 8fc9f48ea4f2cfe4ef8fc2a18ea3 |
UTF-8 | 煆、鯱粹昞」 | 111001111000010110000110111011111011110110100100111010011010111110110001111001111011001010111001111001101001100010011110111011111011110110100011 | e78586efbda4e9afb1e7b2b9e6989eefbda3 |
UHC | ???粹昞? | 0011111100111111001111111110001010110110110111001011010100111111 | 3f3f3fe2b6dcb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)