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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汁?紙??? | 1000111101100000001111111000111010000110001111110011111100111111 | 8f603f8e863f3f3f |
EUC-JP | 汁?紙?湞? | 10111101110000010011111110111011111001100011111110001111110001111111111000111111 | bdc13fbbe63f8fc7fe3f |
UTF-8 | 汁렊紙렒湞렔 | 111001101011000110000001111010111010000010001010111001111011010010011001111010111010000010010010111001101011100110011110111010111010000010010100 | e6b181eba08ae7b499eba092e6b99eeba094 |
UHC | 汁렊紙렒湞렔 | 111100011111000010001110101000011111001010110101100011101010011111101111111001101000111010101001 | f1f08ea1f2b58ea7efe68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)