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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 岵??岵??^ | 1000111110111011101101110011111100111111100011111011101110110111001111110011111101011110 | 8fbbb73f3f8fbbb73f3f5e |
UTF-8 | 岵㎫뎁岵㎫뎁^ | 11100101101100101011010111100011100011101010101111101011100011101000000111100101101100101011010111100011100011101010101111101011100011101000000101011110 | e5b2b5e38eabeb8e81e5b2b5e38eabeb8e815e |
UHC | 岵㎫뎁岵㎫뎁^ | 11111011110000001010011111100111101101011010101011111011110000001010011111100111101101011010101001011110 | fbc0a7e7b5aafbc0a7e7b5aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)