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 | 錮る囂籵 | 1110011111111100100000101110100110011010100011111110001011100000 | e7fc82e99a8fe2e0 |
EUC-JP | 錮る囂籵 | 1110111011111110101001001110101111010011111011111110010011100010 | eefea4ebd3efe4e2 |
UTF-8 | 錮る囂籵 | 111010011000110010101110111000111000001010001011111001011001101110000010111001111011000110110101 | e98caee3828be59b82e7b1b5 |
UHC | 錮る?? | 110011011101000110101010111010110011111100111111 | cdd1aaeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)