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 | 狄炙狄獏 | 1110000010111101111000000111010011100000101111011110000011010001 | e0bde074e0bde0d1 |
EUC-JP | 狄炙狄獏 | 1110000010111111110111111101010111100000101111111110000011010011 | e0bfdfd5e0bfe0d3 |
UTF-8 | 狄炙狄獏 | 111001111000101110000100111001111000001010011001111001111000101110000100111001111000110110001111 | e78b84e78299e78b84e78d8f |
UHC | 狄炙狄? | 11101110110110101110110110110011111011101101101000111111 | eedaedb3eeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)