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 | 汁?紙? | 100011110110000000111111100011101000011000111111 | 8f603f8e863f |
EUC-JP | 汁?紙? | 101111011100000100111111101110111110011000111111 | bdc13fbbe63f |
UTF-8 | 汁렊紙렒 | 111001101011000110000001111010111010000010001010111001111011010010011001111010111010000010010010 | e6b181eba08ae7b499eba092 |
UHC | 汁렊紙렒 | 1111000111110000100011101010000111110010101101011000111010100111 | f1f08ea1f2b58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)