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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐ろ讎削 | 1111101010110110100000101110101111100110101001101000110111101101 | fab682ebe6a68ded |
EUC-JP | 巐ろ讎削 | 100011111011101111111001101001001110110111101100101010001011101011101111 | 8fbbf9a4edeca8baef |
UTF-8 | 巐ろ讎削 | 111001011011011110010000111000111000001010001101111010001010111010001110111001011000100110001010 | e5b790e3828de8ae8ee5898a |
UHC | ?ろ?削 | 001111111010101011101101001111111101111011111011 | 3faaed3fdefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)