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 | 隴∵㊥雉ヲ髣 | 1110100010101101100000011110011010000111100001101110100010110011101001101110100110010111 | e8ad81e68786e8b3a6e997 |
EUC-JP | 隴∵?雉ヲ髣 | 1111000010101111101000101110100000111111111100001011010110001110101001101111000111110111 | f0afa2e83ff0b58ea6f1f7 |
UTF-8 | 隴∵㊥雉ヲ髣 | 111010011001101010110100111000101000100010110101111000111000101010100101111010011001101110001001111011111011110110100110111010011010101110100011 | e99ab4e288b5e38aa5e99b89efbda6e9aba3 |
UHC | ?∵?雉?? | 0011111110100001111100010011111111110110110010110011111100111111 | 3fa1f13ff6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)