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 | 隸跫Η | 111010001010111111100110111011011000001110100101 | e8afe6ed83a5 |
EUC-JP | 隸跫Η | 111100001011000111101100111011111010011010100111 | f0b1ecefa6a7 |
UTF-8 | 隸跫Η | 1110100110011010101110001110100010110111101010111100111010010111 | e99ab8e8b7abce97 |
UHC | ??Η | 00111111001111111010010111000111 | 3f3fa5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)