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 | 銕夂ア、 | 111001111110110010011010111001111011000110100100 | e7ec9ae7b1a4 |
EUC-JP | 銕夂ア、 | 1110111011101110110101001110100110001110101100011000111010100100 | eeeed4e98eb18ea4 |
UTF-8 | 銕夂ア、 | 111010011000101010010101111001011010010010000010111011111011110110110001111011111011110110100100 | e98a95e5a482efbdb1efbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)