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 | 箋??辱 | 111000101011001100111111001111111001000001001010 | e2b33f3f904a |
EUC-JP | 箋??辱 | 111001001011010100111111001111111011111110101011 | e4b53f3fbfab |
UTF-8 | 箋덅늾辱 | 111001111010111010001011111010111000110110000101111010111000101010111110111010001011111010110001 | e7ae8beb8d85eb8abee8beb1 |
UHC | 箋덅늾辱 | 1110111110101000100010001110100010001000100001111110100110110100 | efa888e88887e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)