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 | ?僉呈? | 001111111001100101000000100100101110011000111111 | 3f994092e63f |
EUC-JP | ?僉呈? | 001111111101000110100001110001001110100000111111 | 3fd1a1c4e83f |
UTF-8 | 뤋僉呈폙 | 111010111010010010001011111001011000001110001001111001011001000110001000111011011000111110011001 | eba48be58389e59188ed8f99 |
UHC | 뤋僉呈폙 | 1000111110111011111101001101001011101111110100001011110101000010 | 8fbbf4d2efd0bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)