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 | 省ア而漆 | 10001111110010001011000110001110101001111000111010111101 | 8fc8b18ea78ebd |
EUC-JP | 省ア而漆 | 1011111011001010100011101011000110111100101010011011110010111111 | beca8eb1bca9bcbf |
UTF-8 | 省ア而漆 | 111001111001110010000001111011111011110110110001111010001000000010001100111001101011110010000110 | e79c81efbdb1e8808ce6bc86 |
UHC | 省?而漆 | 11100000111111010011111111101100101110111111011011010100 | e0fd3fecbbf6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)