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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 褶帑ク樒y\ | 1110010111110111100110111110010010111000100111101110011111111001101001000111100101011100 | e5f79be4b89ee7f9a4795c |
EUC-JP | 褶帑ク樒?y\ | 1110101011111001110101101110011010001110101110001101110011101001001111110111100101011100 | eaf9d6e68eb8dce93f795c |
UTF-8 | 褶帑ク樒y\ | 1110100010100100101101101110010110111000100100011110111110111101101110001110011010101000100100101110111010011011101111110111100101011100 | e8a4b6e5b891efbdb8e6a892ee9bbf795c |
UHC | 褶帑???y\ | 111000111010100011110111101101100011111100111111001111110111100101011100 | e3a8f7b63f3f3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)