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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 汁?????? | 1000111101100000001111110011111100111111001111110011111100111111 | 8f603f3f3f3f3f3f |
EUC-JP | 汁?????? | 1011110111000001001111110011111100111111001111110011111100111111 | bdc13f3f3f3f3f3f |
UTF-8 | 汁흙렟렫綎잼웃 | 111001101011000110000001111011011001110110011001111010111010000010011111111010111010000010101011111001111011011010001110111011001001111010111100111011001001101110000011 | e6b181ed9d99eba09feba0abe7b68eec9ebcec9b83 |
UHC | 汁흙렟렫綎잼웃 | 1111000111110000110010001110101110001110101100001000111010111001111011111111001011000000111010111011111111110100 | f1f0c8eb8eb08eb9eff2c0ebbff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)