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 | 跛エ蟶キ籥宿 | 11100110111010101011010011100101101110001011011111100010110111101000111101101000 | e6eab4e5b8b7e2de8f68 |
EUC-JP | 跛エ蟶キ籥宿 | 111011001110110010001110101101001110101010111010100011101011011111100100111000001011110111001001 | ecec8eb4eaba8eb7e4e0bdc9 |
UTF-8 | 跛エ蟶キ籥宿 | 111010001011011110011011111011111011110110110100111010001001111110110110111011111011110110110111111001111011000110100101111001011010111010111111 | e8b79befbdb4e89fb6efbdb7e7b1a5e5aebf |
UHC | 跛????宿 | 1111011111110101001111110011111100111111001111111110001011010110 | f7f53f3f3f3fe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)