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 | 膠窮卯茣 | 1110010001010000100010111000011110001001010010111110010010110010 | e4508b87894be4b2 |
EUC-JP | 膠窮卯茣 | 1110011110110001101101011110011110110001101011001110100010110100 | e7b1b5e7b1ace8b4 |
UTF-8 | 膠窮卯茣 | 111010001000011010100000111001111010101010101110111001011000110110101111111010001000110010100011 | e886a0e7aaaee58dafe88ca3 |
UHC | 膠窮卯? | 11001110111011111100111111100011110110011101011000111111 | ceefcfe3d9d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)