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 | 鮟弘陝ャ迹 | 111010011011101110001101010011111110100010011111101011001110011110010001 | e9bb8d4fe89face791 |
EUC-JP | 鮟弘陝ャ迹 | 11110010101111011011100110110000111100001010000110001110101011001110110111110001 | f2bdb9b0f0a18eacedf1 |
UTF-8 | 鮟弘陝ャ迹 | 111010011010111010011111111001011011110010011000111010011001100110011101111011111011110110101100111010001011111110111001 | e9ae9fe5bc98e9999defbdace8bfb9 |
UHC | 鮟弘陝?迹 | 111001001101010111111011111100001110000011101101001111111110111011101001 | e4d5fbf0e0ed3feee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)