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 | 崖ル?? | 100010100101001010000011100010110011111100111111 | 8a52838b3f3f |
EUC-JP | 崖ル?? | 101100111011001110100101111010110011111100111111 | b3b3a5eb3f3f |
UTF-8 | 崖ル젡凉 | 111001011011010010010110111000111000001110101011111011001010000010100001111011111010010110111001 | e5b496e383abeca0a1efa5b9 |
UHC | 崖ル젡凉 | 1110010011110000101010111110101110100000100110101110010110111100 | e4f0abeba09ae5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)