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 | 剰ネレ釥 | 100011111110100011001000110110101111101111000000 | 8fe8c8dafbc0 |
EUC-JP | 剰ネレ釥 | 101111101110101010001110110010001000111011011010100011111110001110101011 | beea8ec88eda8fe3ab |
UTF-8 | 剰ネレ釥 | 111001011000100110110000111011111011111010001000111011111011111010011010111010011000011110100101 | e589b0efbe88efbe9ae987a5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)