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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鍈??鍈? | 11111010010111100011111100111111111110100101111000111111 | fa5e3f3ffa5e3f |
EUC-JP | 鍈??鍈? | 100011111110010011101001001111110011111110001111111001001110100100111111 | 8fe4e93f3f8fe4e93f |
UTF-8 | 鍈ㅻ㎚鍈ㅻ | 111010011000110110001000111000111000010110111011111000111000111010011010111010011000110110001000111000111000010110111011 | e98d88e385bbe38e9ae98d88e385bb |
UHC | 鍈ㅻ㎚鍈ㅻ | 11100111110011001010010011101011101001111010110011100111110011001010010011101011 | e7cca4eba7ace7cca4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)