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 | ???鍮?? | 00111111001111110011111111101000010010100011111100111111 | 3f3f3fe84a3f3f |
EUC-JP | ???鍮?? | 00111111001111110011111111101111101010110011111100111111 | 3f3f3fefab3f3f |
UTF-8 | 掠뗰퐣鍮€벚 | 111011111010010110110101111010111001011110110000111011011001000010100011111010011000110110101110111000101000001010101100111010111011001010011010 | efa5b5eb97b0ed90a3e98daee282acebb29a |
UHC | 掠뗰퐣鍮€벚 | 111001011011000110001011111011111011110110001100111010111011100110100010111001101011101010100010 | e5b18befbd8cebb9a2e6baa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)