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 | ä]ä² | 111001000101110110001001111001001000100010110010 | e45d89e488b2 |
SJIS-WIN | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
EUC-JP | ä]?ä?? | 10001111101010111010001101011101001111111000111110101011101000110011111100111111 | 8faba35d3f8faba33f3f |
UTF-8 | ä]ä² | 1100001110100100010111011100001010001001110000111010010011000010100010001100001010110010 | c3a45dc289c3a4c288c2b2 |
UHC | ?]???² | 00111111010111010011111100111111001111111010100111110111 | 3f5d3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)