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 | 蜀零ー滔嫌蠖 | 1110010110000110100101111110101110110000100111111110101110001100100110011110010110111101 | e58697ebb09feb8c99e5bd |
EUC-JP | 蜀零ー滔嫌蠖 | 111010011110011011001110111011011000111010110000110111101110110110110111111110011110101010111111 | e9e6ceed8eb0deedb7f9eabf |
UTF-8 | 蜀零ー滔嫌蠖 | 111010001001110010000000111010011001101110110110111011111011110110110000111001101011101110010100111001011010101110001100111010001010000010010110 | e89c80e99bb6efbdb0e6bb94e5ab8ce8a096 |
UHC | 蜀零?滔嫌? | 11110101101110011101011011000011001111111101010010100101111110101110111000111111 | f5b9d6c33fd4a5faee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)