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 | ÂÒŤ | 100011101100001011010010110001011000111010100100 | 8ec2d2c58ea4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÂÒÅ?¤ | 0011111110001111101010101010010010001111101010101101001010001111101010101010100100111111100011111010001011110000 | 3f8faaa48faad28faaa93f8fa2f0 |
UTF-8 | ÂÒŤ | 110000101000111011000011100000101100001110010010110000111000010111000010100011101100001010100100 | c28ec382c392c385c28ec2a4 |
UHC | ?????¤ | 00111111001111110011111100111111001111111010001010110100 | 3f3f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)