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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???埃?? | 00111111001111110011111110011010101110100011111100111111 | 3f3f3f9aba3f3f |
EUC-JP | ???埃?? | 00111111001111110011111111010100101111000011111100111111 | 3f3f3fd4bc3f3f |
UTF-8 | 輦됮겘埃녘럧 | 111011111010011010011000111010111001000010101110111010101011001010011000111001011001111110000011111010111000010110011000111010111001111110100111 | efa698eb90aeeab298e59f83eb8598eb9fa7 |
UHC | 輦됮겘埃녘럧 | 111001101110010010001001111010011000000110101111111001001110111110110011111010001000111010001010 | e6e489e981afe4efb3e88e8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)