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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 絶????\ | 10010000111000100011111100111111001111110011111101011100 | 90e23f3f3f3f5c |
EUC-JP | 絶??獐?\ | 110000001110010000111111001111111000111111001011101110100011111101011100 | c0e43f3f8fcbba3f5c |
UTF-8 | 絶싷슈獐셠\ | 11100111101101011011011011101100100010111011011111101100100010101000100011100111100011011001000011101100100001011010000001011100 | e7b5b6ec8bb7ec8a88e78d90ec85a05c |
UHC | 絶싷슈獐셠\ | 1110111110111110100110101110111110111101101101001110110111101111100110010110011101011100 | efbe9aefbdb4edef99675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)