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 | 泳??彦?? | 1000100101101010001111110011111110010101010001100011111100111111 | 896a3f3f95463f3f |
EUC-JP | 泳??彦?? | 1011000111001011001111110011111111001001101001110011111100111111 | b1cb3f3fc9a73f3f |
UTF-8 | 泳쎿쉻彦얕ː | 1110011010110011101100111110110010001110101111111110110010001001101110111110010110111101101001101110110010010110100101011100101110010000 | e6b3b3ec8ebfec89bbe5bda6ec9695cb90 |
UHC | 泳쎿쉻彦얕ː | 111001111011011010011011111001101001101010010001111001011110100110111110111010001010001010110000 | e7b69be69a91e5e9bee8a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)