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 | è»ëë²³ | 111010001000110110111011111010111000000010000100111010111011001010110011 | e88dbbeb8084ebb2b3 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ë??ë?? | 100011111010101110110010001111110011111110001111101010111011001100111111001111111000111110101011101100110011111100111111 | 8fabb23f3f8fabb33f3f8fabb33f3f |
UTF-8 | è»ëë²³ | 110000111010100011000010100011011100001010111011110000111010101111000010100000001100001010000100110000111010101111000010101100101100001010110011 | c3a8c28dc2bbc3abc280c284c3abc2b2c2b3 |
UHC | ???????²³ | 0011111100111111001111110011111100111111001111110011111110101001111101111010100111111000 | 3f3f3f3f3f3f3fa9f7a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)