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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??運?俎? | 0011111100111111100010010101111000111111100110001101011100111111 | 3f3f895e3f98d73f |
EUC-JP | ??運?俎? | 0011111100111111101100011011111100111111110100001101100100111111 | 3f3fb1bf3fd0d93f |
UTF-8 | 綎렲運렯俎렣 | 111001111011011010001110111010111010000010110010111010011000000110001011111010111010000010101111111001001011111110001110111010111010000010100011 | e7b68eeba0b2e9818beba0afe4bf8eeba0a3 |
UHC | 綎렲運렯俎렣 | 111011111111001010001110101111111110101010100001100011101011110011110000101110111000111010110100 | eff28ebfeaa18ebcf0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)