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 | 隰晏濤驕ョ蜀 | 1110100010101100100111011110010110011111101101111110100110000001101011101110010110000110 | e8ac9de59fb7e981aee586 |
EUC-JP | 隰晏濤驕ョ蜀 | 111100001010111011011010111001111101111010111001111100011110000110001110101011101110100111100110 | f0aedae7deb9f1e18eaee9e6 |
UTF-8 | 隰晏濤驕ョ蜀 | 111010011001101010110000111001101001100110001111111001101011111110100100111010011010100110010101111011111011110110101110111010001001110010000000 | e99ab0e6998fe6bfa4e9a995efbdaee89c80 |
UHC | ?晏濤驕?蜀 | 00111111111001001100111111010100101001101100111011110110001111111111010110111001 | 3fe4cfd4a6cef63ff5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)