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 | 瀅??? | 1111101101001110001111110011111100111111 | fb4e3f3f3f |
EUC-JP | 瀅??? | 100011111100100110101011001111110011111100111111 | 8fc9ab3f3f3f |
UTF-8 | 瀅ㆁ렰꿜 | 111001111000000010000101111000111000011010000001111010111010000010110000111010101011111110011100 | e78085e38681eba0b0eabf9c |
UHC | 瀅ㆁ렰꿜 | 1111101110100100101001001111000110001110101111011011001011100100 | fba4a4f18ebdb2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)