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 | 壤??揄?ぉ | 100110101101111100111111001111111001110110001001001111111000001010100111 | 9adf3f3f9d893f82a7 |
EUC-JP | 壤??揄?ぉ | 110101001110000100111111001111111101100111101001001111111010010010101001 | d4e13f3fd9e93fa4a9 |
UTF-8 | 壤㏂끁揄먪ぉ | 111001011010001110100100111000111000111110000010111010111000000110000001111001101000111110000100111010111010100010101010111000111000000110001001 | e5a3a4e38f82eb8181e68f84eba8aae38189 |
UHC | 壤㏂끁揄먪ぉ | 111001011011110110100010111000111000010110110111111010101111000110010000111001111010101010101001 | e5bda2e385b7eaf190e7aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)