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 | 謫臀僻恁? | 111001101001001111100100010111001001010111000110100111001000110000111111 | e693e45c95c69c8c3f |
EUC-JP | 謫臀僻恁? | 111010111111001111100111101111011100101011001000110101111110110000111111 | ebf3e7bdcac8d7ec3f |
UTF-8 | 謫臀僻恁렫 | 111010001010110010101011111010001000011110000000111001011000001110111011111001101000000110000001111010111010000010101011 | e8acabe88780e583bbe68181eba0ab |
UHC | 謫臀僻恁렫 | 11101110111000111101010011101011110110111111100011101100111101101000111010111001 | eee3d4ebdbf8ecf68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)