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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籖我音籖 | 1110001011011101100010011110010010001001101110011110001011011101 | e2dd89e489b9e2dd |
EUC-JP | 籖我音籖 | 1110010011011111101100101110011010110010101110111110010011011111 | e4dfb2e6b2bbe4df |
UTF-8 | 籖我音籖 | 111001111011000110010110111001101000100010010001111010011001111110110011111001111011000110010110 | e7b196e68891e99fb3e7b196 |
UHC | ?我音? | 001111111110010010110010111010111110010100111111 | 3fe4b2ebe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)