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 | ª±ª² | 100011111010101010110001100011111010101010110010 | 8faab18faab2 |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | ?ª±?ª? | 0011111110001111101000101110110010100001110111100011111110001111101000101110110000111111 | 3f8fa2eca1de3f8fa2ec3f |
UTF-8 | ª±ª² | 110000101000111111000010101010101100001010110001110000101000111111000010101010101100001010110010 | c28fc2aac2b1c28fc2aac2b2 |
UHC | ?ª±?ª² | 00111111101010001010001110100001101111100011111110101000101000111010100111110111 | 3fa8a3a1be3fa8a3a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)