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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ゙ス栁桒^ | 110111101111001111110110101111011111101011100101111110101110001101011110 | def3f6bdfae5fae35e |
EUC-JP | ゙?ス?桒^ | 10001110110111100011111110001110101111010011111110001111110000111100100101011110 | 8ede3f8ebd3f8fc3c95e |
UTF-8 | ゙ス栁桒^ | 11101111101111101001111011101110100010111010100111101111101111011011110111100110101000001000000111100110101000011001001001011110 | efbe9eee8ba9efbdbde6a081e6a1925e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)