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 | 讓呈噬 | 111001101010100010010010111001101001101010000011 | e6a892e69a83 |
EUC-JP | 讓呈噬 | 111011001010101011000100111010001101001111100011 | ecaac4e8d3e3 |
UTF-8 | 讓呈噬 | 111010001010111010010011111001011001000110001000111001011001100110101100 | e8ae93e59188e599ac |
UHC | 讓呈? | 1110010111010011111011111101000000111111 | e5d3efd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)