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 | 吟ъ? | 1000101111100001100001001000110000111111 | 8be1848c3f |
EUC-JP | 吟ъ? | 1011011011100011101001111110110000111111 | b6e3a7ec3f |
UTF-8 | 吟ъ냽 | 1110010110010000100111111101000110001010111010111000001110111101 | e5909fd18aeb83bd |
UHC | 吟ъ냽 | 111010111110000110101100111011001000011010001101 | ebe1acec868d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)