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 | 銓溽ョ | 1110011111110010100111111110011110101110 | e7f29fe7ae |
EUC-JP | 銓溽ョ | 111011101111010011011110111010011000111010101110 | eef4dee98eae |
UTF-8 | 銓溽ョ | 111010011000101010010011111001101011101010111101111011111011110110101110 | e98a93e6babdefbdae |
UHC | 銓?? | 11101111101100000011111100111111 | efb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)