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 | å±¡å· | 111001011011000110100001111001011001111110110111 | e5b1a1e59fb7 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | 屡å?? | 10001111101010111010100110100001110111101000111110100010110000101000111110101011101010010011111100111111 | 8faba9a1de8fa2c28faba93f3f |
UTF-8 | å±¡å· | 110000111010010111000010101100011100001010100001110000111010010111000010100111111100001010110111 | c3a5c2b1c2a1c3a5c29fc2b7 |
UHC | ?±¡??· | 001111111010000110111110101000101010111000111111001111111010000110100100 | 3fa1bea2ae3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)