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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿??淞?? | 1110000010100000001111110011111110011111110000100011111100111111 | e0a03f3f9fc23f3f |
EUC-JP | 燿??淞?? | 1110000010100010001111110011111111011110110001000011111100111111 | e0a23f3fdec43f3f |
UTF-8 | 燿먩쑒淞좈돊 | 111001111000011110111111111010111010100010101001111011001001000110010010111001101011011110011110111011001010001010001000111010111000111110001010 | e787bfeba8a9ec9192e6b79eeca288eb8f8a |
UHC | 燿먩쑒淞좈돊 | 111010001111110010010000111001101001110010110001111000011110011110100000111010011000100110011010 | e8fc90e69cb1e1e7a0e9899a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)