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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 吟??吟ъ?^ | 10001011111000010011111100111111100010111110000110000100100011000011111101011110 | 8be13f3f8be1848c3f5e |
EUC-JP | 吟??吟ъ?^ | 10110110111000110011111100111111101101101110001110100111111011000011111101011110 | b6e33f3fb6e3a7ec3f5e |
UTF-8 | 吟댁냾吟ъ뀑^ | 111001011001000010011111111010111000110010000001111010111000001110111110111001011001000010011111110100011000101011101011100000001001000101011110 | e5909feb8c81eb83bee5909fd18aeb80915e |
UHC | 吟댁냾吟ъ뀑^ | 11101011111000011011010011101100100001101000111011101011111000011010110011101100100001011000101101011110 | ebe1b4ec868eebe1acec858b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)