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 | 籖我音罧 | 1110001011011101100010011110010010001001101110011110001110101100 | e2dd89e489b9e3ac |
EUC-JP | 籖我音罧 | 1110010011011111101100101110011010110010101110111110011010101110 | e4dfb2e6b2bbe6ae |
UTF-8 | 籖我音罧 | 111001111011000110010110111001101000100010010001111010011001111110110011111001111011110110100111 | e7b196e68891e99fb3e7bda7 |
UHC | ?我音? | 001111111110010010110010111010111110010100111111 | 3fe4b2ebe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)