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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謚滝ケ | 1110011010001010100100011110101010111001 | e68a91eab9 |
EUC-JP | 謚滝ケ | 111010111110101011000010111011001000111010111001 | ebeac2ec8eb9 |
UTF-8 | 謚滝ケ | 111010001010110010011010111001101011101110011101111011111011110110111001 | e8ac9ae6bb9defbdb9 |
UHC | 謚?? | 11101100110100000011111100111111 | ecd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)