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 | |ɳè | 1001101001111100100100001100100110001111101100111110100010011110 | 9a7c90c98fb3e89e |
SJIS-WIN | ?|?????? | 0011111101111100001111110011111100111111001111110011111100111111 | 3f7c3f3f3f3f3f3f |
EUC-JP | ?|?É??è? | 001111110111110000111111100011111010101010110001001111110011111110001111101010111011001000111111 | 3f7c3f8faab13f3f8fabb23f |
UTF-8 | |ɳè | 110000101001101001111100110000101001000011000011100010011100001010001111110000101011001111000011101010001100001010011110 | c29a7cc290c389c28fc2b3c3a8c29e |
UHC | ?|???³?? | 001111110111110000111111001111110011111110101001111110000011111100111111 | 3f7c3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)