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 | 社叱シオ | 11110010111011111000111011010000111100111110111010001110101101101011110010110101 | f2ef8ed0f3ee8eb6bcb5 |
EUC-JP | ?社?叱シオ | 00111111101111001101001000111111101111001011100010001110101111001000111010110101 | 3fbcd23fbcb88ebc8eb5 |
UTF-8 | 社叱シオ | 111011101000100010100110111001111010010010111110111011101000101110100001111001011000111110110001111011111011110110111100111011111011110110110101 | ee88a6e7a4beee8ba1e58fb1efbdbcefbdb5 |
UHC | ?社?叱?? | 0011111111011110111001000011111111110010111010100011111100111111 | 3fdee43ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)