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 | 叱丞鴈アシ | 11110100101001011000111010110110100011111110010111101001111011001011000110111100 | f4a58eb68fe5e9ecb1bc |
EUC-JP | ?叱丞鴈アシ | 0011111110111100101110001011111011100111111100101110111010001110101100011000111010111100 | 3fbcb8bee7f2ee8eb18ebc |
UTF-8 | 叱丞鴈アシ | 111011101000110110010100111001011000111110110001111001001011100010011110111010011011010010001000111011111011110110110001111011111011110110111100 | ee8d94e58fb1e4b89ee9b488efbdb1efbdbc |
UHC | ?叱丞??? | 0011111111110010111010101110001110101010001111110011111100111111 | 3ff2eae3aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)