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 | 籤^ | 11000011101001111100001010110001110000101010010001011110 | c3a7c2b1c2a45e |
SJIS-WIN | ?§?±??^ | 001111111000000110011000001111111000000101111101001111110011111101011110 | 3f81983f817d3f3f5e |
EUC-JP | 籤^ | 1000111110101010101010101010000111111000100011111010101010100100101000011101111010001111101010101010010010001111101000101111000001011110 | 8faaaaa1f88faaa4a1de8faaa48fa2f05e |
UTF-8 | 籤^ | 11000011100000111100001010100111110000111000001011000010101100011100001110000010110000101010010001011110 | c383c2a7c382c2b1c382c2a45e |
UHC | ?§?±?¤^ | 00111111101000011101011100111111101000011011111000111111101000101011010001011110 | 3fa1d73fa1be3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)