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 | 延??? | 1000100110000100001111110011111100111111 | 89843f3f3f |
EUC-JP | 延??? | 1011000111100100001111110011111100111111 | b1e43f3f3f |
UTF-8 | 延뤒툘찐 | 111001011011101110110110111010111010010010010010111011011000100010011000111011001011000010010000 | e5bbb6eba492ed8898ecb090 |
UHC | 延뤒툘찐 | 1110011011000101100011111100001010111000100011111100001011110000 | e6c58fc2b88fc2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)