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 | 隴エ竏ャ邯ャ | 111010001010110110110100111000101000100010101100111001111011011010101100 | e8adb4e288ace7b6ac |
EUC-JP | 隴エ竏ャ邯ャ | 111100001010111110001110101101001110001111101000100011101010110011101110101110001000111010101100 | f0af8eb4e3e88eaceeb88eac |
UTF-8 | 隴エ竏ャ邯ャ | 111010011001101010110100111011111011110110110100111001111010101110001111111011111011110110101100111010011000001010101111111011111011110110101100 | e99ab4efbdb4e7ab8fefbdace982afefbdac |
UHC | ????邯? | 00111111001111110011111100111111110010101111101100111111 | 3f3f3f3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)