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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 悠??^ | 1001011101001001001111110011111101011110 | 97493f3f5e |
EUC-JP | 悠??^ | 1100110110101010001111110011111101011110 | cdaa3f3f5e |
UTF-8 | 悠롈렩^ | 11100110100000101010000011101011101000011000100011101011101000001010100101011110 | e682a0eba188eba0a95e |
UHC | 悠롈렩^ | 11101010111011011000111011001110100011101011011101011110 | eaed8ece8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)