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 | 赱シ驍ェ雉ェ | 111001101101111110111100111010011000001010101010111010001011001110101010 | e6dfbce982aae8b3aa |
EUC-JP | 赱シ驍ェ雉ェ | 111011001110000110001110101111001111000111100010100011101010101011110000101101011000111010101010 | ece18ebcf1e28eaaf0b58eaa |
UTF-8 | 赱シ驍ェ雉ェ | 111010001011010110110001111011111011110110111100111010011010100110001101111011111011110110101010111010011001101110001001111011111011110110101010 | e8b5b1efbdbce9a98defbdaae99b89efbdaa |
UHC | ??驍?雉? | 0011111100111111111111011010010000111111111101101100101100111111 | 3f3ffda43ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)