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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヨ袙ョヨ袙ョ^ | 110101101110010111011000101011101101011011100101110110001010111001011110 | d6e5d8aed6e5d8ae5e |
EUC-JP | ヨ袙ョヨ袙ョ^ | 10001110110101101110101011011010100011101010111010001110110101101110101011011010100011101010111001011110 | 8ed6eada8eae8ed6eada8eae5e |
UTF-8 | ヨ袙ョヨ袙ョ^ | 11101111101111101001011011101000101000101001100111101111101111011010111011101111101111101001011011101000101000101001100111101111101111011010111001011110 | efbe96e8a299efbdaeefbe96e8a299efbdae5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)