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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱??鈺? | 10001110111000110011111100111111111110111100010000111111 | 8ee33f3ffbc43f |
EUC-JP | 弱??鈺? | 1011110011100101001111110011111110001111111000111101010100111111 | bce53f3f8fe3d53f |
UTF-8 | 弱뤻궢鈺폙 | 111001011011110010110001111010111010010010111011111010101011011010100010111010011000100010111010111011011000111110011001 | e5bcb1eba4bbeab6a2e988baed8f99 |
UHC | 弱뤻궢鈺폙 | 11100101101100001000111111101001100000101011010111101000101011011011110101000010 | e5b08fe982b5e8adbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)