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 | 碇?肄葛膈 | 100100101111010000111111111000111110010110001010100010111110010001001100 | 92f43fe3e58a8be44c |
EUC-JP | 碇?肄葛膈 | 110001001111011000111111111001101110011110110011111010111110011110101101 | c4f63fe6e7b3ebe7ad |
UTF-8 | 碇렦肄葛膈 | 111001111010001010000111111010111010000010100110111010001000001010000100111010001001000110011011111010001000011010001000 | e7a287eba0a6e88284e8919be88688 |
UHC | 碇렦肄葛膈 | 11101111111011011000111010110101111011001011110111001010111001111100110010101110 | efed8eb5ecbdcae7ccae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)