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 | 螯ろウヲ寘 | 1110010110100110100000101110101110110011101001101111101010101001 | e5a682ebb3a6faa9 |
EUC-JP | 螯ろウヲ寘 | 1110101010101000101001001110110110001110101100111000111010100110100011111011101011100001 | eaa8a4ed8eb38ea68fbae1 |
UTF-8 | 螯ろウヲ寘 | 111010001001111010101111111000111000001010001101111011111011110110110011111011111011110110100110111001011010111110011000 | e89eafe3828defbdb3efbda6e5af98 |
UHC | ?ろ??? | 001111111010101011101101001111110011111100111111 | 3faaed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)