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 | 癰????? | 11100001100111100011111100111111001111110011111100111111 | e19e3f3f3f3f3f |
EUC-JP | 癰???雩? | 111000011111111000111111001111110011111110001111111001101111101000111111 | e1fe3f3f3f8fe6fa3f |
UTF-8 | 癰얠롏뤷雩요 | 111001111001100110110000111011001001011010100000111010111010000110001111111010111010010010110111111010011001101110101001111011001001101010010100 | e799b0ec96a0eba18feba4b7e99ba9ec9a94 |
UHC | 癰얠롏뤷雩요 | 111010001011100110111110111011001000111011010101100011111110010111101001111011001011111111100100 | e8b9beec8ed58fe5e9ecbfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)