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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疑??預 | 100010110101111000111111001111111001011101100001 | 8b5e3f3f9761 |
EUC-JP | 疑??預 | 101101011011111100111111001111111100110111000010 | b5bf3f3fcdc2 |
UTF-8 | 疑껊룕預 | 111001111001011010010001111010101011101110001010111010111010001110010101111010011010000010010000 | e79691eabb8aeba395e9a090 |
UHC | 疑껊룕預 | 1110101111110111100000111110101110001111100100011110011111101000 | ebf783eb8f91e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)