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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 然?遡? | 100100010101001000111111100100010110101100111111 | 91523f916b3f |
EUC-JP | 然?遡? | 110000011011001100111111110000011100110000111111 | c1b33fc1cc3f |
UTF-8 | 然뛦遡럚 | 111001111000010010110110111010111001101110100110111010011000000110100001111010111001111110011010 | e784b6eb9ba6e981a1eb9f9a |
UHC | 然뛦遡럚 | 1110011011010100100011010110100111100001110011111000111001110111 | e6d48d69e1cf8e77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)