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 | 薊ワ臭苙 | 1110010101001000100000111000111110001111010011001110010010011110 | e548838f8f4ce49e |
EUC-JP | 薊ワ臭苙 | 1110100110101001101001011110111110111101101011011110011111111110 | e9a9a5efbdade7fe |
UTF-8 | 薊ワ臭苙 | 111010001001011010001010111000111000001110101111111010001000011110101101111010001000101110011001 | e8968ae383afe887ade88b99 |
UHC | ?ワ臭? | 001111111010101111101111111101101010101100111111 | 3fabeff6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)