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 | 午??闇?? | 1000110011011111001111110011111110001000110001010011111100111111 | 8cdf3f3f88c53f3f |
EUC-JP | 午??闇?? | 1011100011100001001111110011111110110000110001110011111100111111 | b8e13f3fb0c73f3f |
UTF-8 | 午닳댌闇묌릶 | 111001011000110110001000111010111000101110110011111010111000110010001100111010011001011110000111111010111010110010001100111010111010011010110110 | e58d88eb8bb3eb8c8ce99787ebac8ceba6b6 |
UHC | 午닳댌闇묌릶 | 111001111110110110110100111000101000100010110101111001001110000110010001111010011001000010010100 | e7edb4e288b5e4e191e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)