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 | 驟檎粟迺ス? | 11101001100001011000110011100111100010001011111011100111100100101011110100111111 | e9858ce788bee792bd3f |
EUC-JP | 驟檎粟迺ス訑 | 11110001111001011011100011101001101100001100000011101101111100101000111010111101100011111101110111000111 | f1e5b8e9b0c0edf28ebd8fddc7 |
UTF-8 | 驟檎粟迺ス訑 | 111010011010100110011111111001101010101010001110111001111011001010011111111010001011111110111010111011111011110110111101111010001010100010010001 | e9a99fe6aa8ee7b29fe8bfbaefbdbde8a891 |
UHC | 驟檎粟??? | 111101101010111011010000110101011110000111011000001111110011111100111111 | f6aed0d5e1d83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)