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 | Âw}YÂw}bE | 1100001010001111011101110111110101011001110000101000111101110111011111010110001001000101 | c28f777d59c28f777d6245 |
SJIS-WIN | ??w}Y??w}bE | 0011111100111111011101110111110101011001001111110011111101110111011111010110001001000101 | 3f3f777d593f3f777d6245 |
EUC-JP | Â?w}YÂ?w}bE | 100011111010101010100100001111110111011101111101010110011000111110101010101001000011111101110111011111010110001001000101 | 8faaa43f777d598faaa43f777d6245 |
UTF-8 | Âw}YÂw}bE | 110000111000001011000010100011110111011101111101010110011100001110000010110000101000111101110111011111010110001001000101 | c382c28f777d59c382c28f777d6245 |
UHC | ??w}Y??w}bE | 0011111100111111011101110111110101011001001111110011111101110111011111010110001001000101 | 3f3f777d593f3f777d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)