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 | 茘随秀莎狗 | 11100100101010111001000010001111100011110100011111100100101100111000101111100111 | e4ab908f8f47e4b38be7 |
EUC-JP | 茘随秀莎狗 | 11101000101011011011111111101111101111011010100011101000101101011011011011101001 | e8adbfefbda8e8b5b6e9 |
UTF-8 | 茘随秀莎狗 | 111010001000110010011000111010011001101010001111111001111010011110000000111010001000111010001110111001111000101110010111 | e88c98e99a8fe7a780e88e8ee78b97 |
UHC | ??秀莎狗 | 0011111100111111111000101011001111011110111011011100111110110111 | 3f3fe2b3deedcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)