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 | 뤻害 | 111010111010010010111011111001011010111010110011 | eba4bbe5aeb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101011101100111000111110100010111100000011111110001111101010111010100110001111101000101110111000111111 | 8fabb38fa2f03f8faba98fa2ee3f |
UTF-8 | 뤻害 | 110000111010101111000010101001001100001010111011110000111010010111000010101011101100001010110011 | c3abc2a4c2bbc3a5c2aec2b3 |
UHC | ?¤??®³ | 001111111010001010110100001111110011111110100010111001111010100111111000 | 3fa2b43f3fa2e7a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)