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 | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
SJIS-WIN | 吾??櫃FB | 1000110011100001001111110011111110011111010000110100011001000010 | 8ce13f3f9f434642 |
EUC-JP | 吾??櫃FB | 1011100011100011001111110011111111011101101001000100011001000010 | b8e33f3fdda44642 |
UTF-8 | 吾멸랜櫃FB | 1110010110010000101111101110101110101001101110001110101110011110100111001110011010101011100000110100011001000010 | e590beeba9b8eb9e9ce6ab834642 |
UHC | 吾멸랜櫃FB | 11100111111011101011100011101010101101111010001111001111111101100100011001000010 | e7eeb8eab7a3cff64642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)