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 | 腱育侃辣 | 1110010001000110100010001110011110001010101001001110011110000101 | e44688e78aa4e785 |
EUC-JP | 腱育侃辣 | 1110011110100111101100001110100110110100101001101110110111100101 | e7a7b0e9b4a6ede5 |
UTF-8 | 腱育侃辣 | 111010001000010110110001111010001000001010110010111001001011111010000011111010001011111010100011 | e885b1e882b2e4be83e8bea3 |
UHC | 腱育侃辣 | 1100101111110010111010111100000011001010110010011101010110111000 | cbf2ebc0cac9d5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)