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 | 鉛????? | 10001001100101000011111100111111001111110011111100111111 | 89943f3f3f3f3f |
EUC-JP | 鉛????? | 10110001111101000011111100111111001111110011111100111111 | b1f43f3f3f3f3f |
UTF-8 | 鉛놁퓼溜㏓젻 | 111010011000100110011011111010111000011010000001111011011001001110111100111011111010011110001011111000111000111110010011111011001010000010111011 | e9899beb8681ed93bcefa78be38f93eca0bb |
UHC | 鉛놁퓼溜㏓젻 | 111001101110011110000110111011001011111110100000111010101111111010100111111010111010000010101110 | e6e786ecbfa0eafea7eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)