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 | 鉐「迺ス貂 | 1110011111101111101000101110011110010010101111011110011010111000 | e7efa2e792bde6b8 |
EUC-JP | 鉐「迺ス貂 | 11101110111100011000111010100010111011011111001010001110101111011110110010111010 | eef18ea2edf28ebdecba |
UTF-8 | 鉐「迺ス貂 | 111010011000100110010000111011111011110110100010111010001011111110111010111011111011110110111101111010001011001010000010 | e98990efbda2e8bfbaefbdbde8b282 |
UHC | ????貂 | 001111110011111100111111001111111111010110110000 | 3f3f3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)