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 | 橈??傲??^ | 100111101111010000111111001111111001100011111100001111110011111101011110 | 9ef43f3f98fc3f3f5e |
EUC-JP | 橈??傲??^ | 110111001111011000111111001111111101000011111110001111110011111101011110 | dcf63f3fd0fe3f3f5e |
UTF-8 | 橈묕숴傲쏙슨^ | 11100110101010011000100011101011101011001001010111101100100010001011010011100101100000101011001011101100100011111001100111101100100010101010100001011110 | e6a988ebac95ec88b4e582b2ec8f99ec8aa85e |
UHC | 橈묕숴傲쏙슨^ | 11101000111110101001000111101111101111011010010011100111111011001011110111101111101111011011110001011110 | e8fa91efbda4e7ecbdefbdbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)