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 | 銹ワラ | 111110001110011111100111111101101101110011010111 | f8e7e7f6dcd7 |
EUC-JP | ?銹ワラ | 00111111111011101111100010001110110111001000111011010111 | 3feef88edc8ed7 |
UTF-8 | 銹ワラ | 111011101001101010000110111010011000101010111001111011111011111010011100111011111011111010010111 | ee9a86e98ab9efbe9cefbe97 |
UHC | ?銹?? | 0011111111100010110010000011111100111111 | 3fe2c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)