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 | 蜈?豫? | 111001011000010100111111100110001010110000111111 | e5853f98ac3f |
EUC-JP | 蜈?豫? | 111010011110010100111111110100001010111000111111 | e9e53fd0ae3f |
UTF-8 | 蜈풭豫뷸 | 111010001001110010001000111011011001001010101101111010001011000110101011111010111011011110111000 | e89c88ed92ade8b1abebb7b8 |
UHC | 蜈풭豫뷸 | 1110100010100101101111110100111111100111111000111011101011100110 | e8a5bf4fe7e3bae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)