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 | ィ甯「ィ甯「^ | 101010001111101010101000101000101010100011111010101010001010001001011110 | a8faa8a2a8faa8a25e |
EUC-JP | ィ甯「ィ甯「^ | 100011101010100010001111110011011010101010001110101000101000111010101000100011111100110110101010100011101010001001011110 | 8ea88fcdaa8ea28ea88fcdaa8ea25e |
UTF-8 | ィ甯「ィ甯「^ | 11101111101111011010100011100111100101001010111111101111101111011010001011101111101111011010100011100111100101001010111111101111101111011010001001011110 | efbda8e794afefbda2efbda8e794afefbda25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)