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 | 剰ネユノ | 1000111111101000110010001101010111001001 | 8fe8c8d5c9 |
EUC-JP | 剰ネユノ | 1011111011101010100011101100100010001110110101011000111011001001 | beea8ec88ed58ec9 |
UTF-8 | 剰ネユノ | 111001011000100110110000111011111011111010001000111011111011111010010101111011111011111010001001 | e589b0efbe88efbe95efbe89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)