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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蛛痂}蛛痂{^ | 1110010110000001111000010110111101111101111001011000000111100001011011110111101101011110 | e581e16f7de581e16f7b5e |
EUC-JP | 蛛痂}蛛痂{^ | 1110100111100001111000011101000001111101111010011110000111100001110100000111101101011110 | e9e1e1d07de9e1e1d07b5e |
UTF-8 | 蛛痂}蛛痂{^ | 111010001001101110011011111001111001011110000010011111011110100010011011100110111110011110010111100000100111101101011110 | e89b9be797827de89b9be797827b5e |
UHC | 蛛痂}蛛痂{^ | 1111000111001000110010101011001001111101111100011100100011001010101100100111101101011110 | f1c8cab27df1c8cab27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)