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 | 縊??有?セ | 111000110110111100111111001111111001011101001100001111111000001101011010 | e36f3f3f974c3f835a |
EUC-JP | 縊??有?セ | 111001011101000000111111001111111100110110101101001111111010010110111011 | e5d03f3fcdad3fa5bb |
UTF-8 | 縊볥㈃有먩セ | 111001111011100010001010111010111011001110100101111000111000100010000011111001101001110010001001111010111010100010101001111000111000001010111011 | e7b88aebb3a5e38883e69c89eba8a9e382bb |
UHC | 縊볥㈃有먩セ | 111001001111110010010011111010111010100110110100111010101111001110010000111001101010101110111011 | e4fc93eba9b4eaf390e6abbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)