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 | 汁???臍 | 10001111011000000011111100111111001111111110010001100000 | 8f603f3f3fe460 |
EUC-JP | 汁???臍 | 10111101110000010011111100111111001111111110011111000001 | bdc13f3f3fe7c1 |
UTF-8 | 汁흙렟렫臍 | 111001101011000110000001111011011001110110011001111010111010000010011111111010111010000010101011111010001000011110001101 | e6b181ed9d99eba09feba0abe8878d |
UHC | 汁흙렟렫臍 | 11110001111100001100100011101011100011101011000010001110101110011111000010110000 | f1f0c8eb8eb08eb9f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)