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 | 맲å | 111010111010011110110010111001011000110110000001 | eba7b2e58d81 |
SJIS-WIN | ?§???? | 00111111100000011001100000111111001111110011111100111111 | 3f81983f3f3f3f |
EUC-JP | ë§?å?? | 1000111110101011101100111010000111111000001111111000111110101011101010010011111100111111 | 8fabb3a1f83f8faba93f3f |
UTF-8 | 맲å | 110000111010101111000010101001111100001010110010110000111010010111000010100011011100001010000001 | c3abc2a7c2b2c3a5c28dc281 |
UHC | ?§²??? | 0011111110100001110101111010100111110111001111110011111100111111 | 3fa1d7a9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)