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 | ?у?裔 | 001111111000010010000101001111111110010111100001 | 3f84853fe5e1 |
EUC-JP | 滎у?裔 | 1000111111001000101110011010011111100101001111111110101011100011 | 8fc8b9a7e53feae3 |
UTF-8 | 滎у뤀裔 | 1110011010111011100011101101000110000011111010111010010010000000111010001010001110010100 | e6bb8ed183eba480e8a394 |
UHC | 滎у뤀裔 | 1111101110100011101011001110010110001111101100011110011111100000 | fba3ace58fb1e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)