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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 弱??A烏 | 10001110111000110011111100111111010000011000100101000111 | 8ee33f3f418947 |
EUC-JP | 弱??A烏 | 10111100111001010011111100111111010000011011000110101000 | bce53f3f41b1a8 |
UTF-8 | 弱뉖젡A烏 | 11100101101111001011000111101011100010011001011011101100101000001010000101000001111001111000001110001111 | e5bcb1eb8996eca0a141e7838f |
UHC | 弱뉖젡A烏 | 111001011011000010000111111010111010000010011010010000011110100010100001 | e5b087eba09a41e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)