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 | »ÚÈóÆ | 101110111101101010001111110010001111001111000110 | bbda8fc8f3c6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ú?ÈóÆ | 0011111110001111101010101110001000111111100011111010101010110010100011111010101111010001100011111010100110100001 | 3f8faae23f8faab28fabd18fa9a1 |
UTF-8 | »ÚÈóÆ | 110000101011101111000011100110101100001010001111110000111000100011000011101100111100001110000110 | c2bbc39ac28fc388c3b3c386 |
UHC | ?????Æ | 00111111001111110011111100111111001111111010100010100001 | 3f3f3f3f3fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)