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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ワⅸツ | 110111001111101001001000110000101111001111100111 | dcfa48c2f3e7 |
EUC-JP | ワ?ツ? | 100011101101110000111111100011101100001000111111 | 8edc3f8ec23f |
UTF-8 | ワⅸツ | 111011111011111010011100111000101000010110111000111011111011111010000010111011101000101110011010 | efbe9ce285b8efbe82ee8b9a |
UHC | ?ⅸ?? | 0011111110100101101010010011111100111111 | 3fa5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)