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 | ?ヨ?辱 | 001111111000001110001000001111111001000001001010 | 3f83883f904a |
EUC-JP | ?ヨ?辱 | 001111111010010111101000001111111011111110101011 | 3fa5e83fbfab |
UTF-8 | 歷ヨ쾮辱 | 111011111010011010001100111000111000001110101000111011001011111010101110111010001011111010110001 | efa68ce383a8ecbeaee8beb1 |
UHC | 歷ヨ쾮辱 | 1110011010111000101010111110100010110010100001011110100110110100 | e6b8abe8b285e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)