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 | 橈??橈??^ | 100111101111010000111111001111111001111011110100001111110011111101011110 | 9ef43f3f9ef43f3f5e |
EUC-JP | 橈??橈??^ | 110111001111011000111111001111111101110011110110001111110011111101011110 | dcf63f3fdcf63f3f5e |
UTF-8 | 橈롩떁橈롩떁^ | 11100110101010011000100011101011101000011010100111101011100101101000000111100110101010011000100011101011101000011010100111101011100101101000000101011110 | e6a988eba1a9eb9681e6a988eba1a9eb96815e |
UHC | 橈롩떁橈롩떁^ | 11101000111110101000111011101001100010111001011111101000111110101000111011101001100010111001011101011110 | e8fa8ee98b97e8fa8ee98b975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)