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 | 鱸^ | 11000011101010011100001010110001110000101011100001011110 | c3a9c2b1c2b85e |
SJIS-WIN | ???±??^ | 0011111100111111001111111000000101111101001111110011111101011110 | 3f3f3f817d3f3f5e |
EUC-JP | 鱸^ | 100011111010101010101010100011111010001011101101100011111010101010100100101000011101111010001111101010101010010010001111101000101011000101011110 | 8faaaa8fa2ed8faaa4a1de8faaa48fa2b15e |
UTF-8 | 鱸^ | 11000011100000111100001010101001110000111000001011000010101100011100001110000010110000101011100001011110 | c383c2a9c382c2b1c382c2b85e |
UHC | ???±?¸^ | 001111110011111100111111101000011011111000111111101000101010110001011110 | 3f3f3fa1be3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)