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 | 鬱?億??蟻 | 100111110101010000111111100010011010110100111111001111111000101101100001 | 9f543f89ad3f3f8b61 |
EUC-JP | 鬱?億??蟻 | 110111011011010100111111101100101010111100111111001111111011010111000010 | ddb53fb2af3f3fb5c2 |
UTF-8 | 鬱렜億븜틸蟻 | 111010011010110010110001111010111010000010011100111001011000010010000100111010111011100010011100111011011000101110111000111010001001111110111011 | e9acb1eba09ce58484ebb89ced8bb8e89fbb |
UHC | 鬱렜億븜틸蟻 | 111010101010011010001110101011101110010111100010101110101110111011000110101111111110101111111100 | eaa68eaee5e2baeec6bfebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)