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 | 螯ろカス寘 | 1110010110100110100000101110101110110110101111011111101010101001 | e5a682ebb6bdfaa9 |
EUC-JP | 螯ろカス寘 | 1110101010101000101001001110110110001110101101101000111010111101100011111011101011100001 | eaa8a4ed8eb68ebd8fbae1 |
UTF-8 | 螯ろカス寘 | 111010001001111010101111111000111000001010001101111011111011110110110110111011111011110110111101111001011010111110011000 | e89eafe3828defbdb6efbdbde5af98 |
UHC | ?ろ??? | 001111111010101011101101001111110011111100111111 | 3faaed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)