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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚贈其奪贈 | 10010010010010011001000110100001100100011011010010010010010001001001000110100001 | 924991a191b4924491a1 |
EUC-JP | 棚贈其奪贈 | 11000011101010101100001010100011110000101011011011000011101001011100001010100011 | c3aac2a3c2b6c3a5c2a3 |
UTF-8 | 棚贈其奪贈 | 111001101010001110011010111010001011010010001000111001011000010110110110111001011010010110101010111010001011010010001000 | e6a39ae8b488e585b6e5a5aae8b488 |
UHC | 棚贈其奪贈 | 11011101110111001111000111111100110100001110110011110111101011001111000111111100 | dddcf1fcd0ecf7acf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)