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 | 穩ャ?意?? | 111000100111001010000011100000110011111110001000110100110011111100111111 | e27283833f88d33f3f |
EUC-JP | 穩ャ?意?? | 111000111101001110100101111000110011111110110000110101010011111100111111 | e3d3a5e33fb0d53f3f |
UTF-8 | 穩ャ꺂意띷걖 | 111001111010100110101001111000111000001110100011111010101011101010000010111001101000010010001111111010111001110110110111111010101011000110010110 | e7a9a9e383a3eaba82e6848feb9db7eab196 |
UHC | 穩ャ꺂意띷걖 | 111010001011000110101011111000111000001110101011111010111111001010001101111001101000000110000001 | e8b1abe383abebf28de68181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)