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 | コ酲蔗・湿 | 11110010101010111011101011100111110010011110010011110010101001011000111010111100 | f2abbae7c9e4f2a58ebc |
EUC-JP | ?コ酲蔗・湿 | 0011111110001110101110101110111011001011111010001111010010001110101001011011110010111110 | 3f8ebaeecbe8f48ea5bcbe |
UTF-8 | コ酲蔗・湿 | 111011101000011110100010111011111011110110111010111010011000010110110010111010001001010010010111111011111011110110100101111001101011100110111111 | ee87a2efbdbae985b2e89497efbda5e6b9bf |
UHC | ???蔗?? | 00111111001111110011111111101101101111010011111100111111 | 3f3f3fedbd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)