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 | 邯」邵∵ョ防 | 11100111101101101010001111100111101110001000000111100110101011101001011001101000 | e7b6a3e7b881e6ae9668 |
EUC-JP | 邯」邵∵ョ防 | 111011101011100010001110101000111110111010111010101000101110100010001110101011101100101111001001 | eeb88ea3eebaa2e88eaecbc9 |
UTF-8 | 邯」邵∵ョ防 | 111010011000001010101111111011111011110110100011111010011000001010110101111000101000100010110101111011111011110110101110111010011001100010110010 | e982afefbda3e982b5e288b5efbdaee998b2 |
UHC | 邯?邵∵?防 | 11001010111110110011111111100001110100001010000111110001001111111101101111000001 | cafb3fe1d0a1f13fdbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)