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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼ア謳榊ュ | 1110100010000100101100011110011010010000100011011110010110101101 | e884b1e6908de5ad |
EUC-JP | 閼ア謳榊ュ | 11101111111001001000111010110001111010111111000010111010111001111000111010101101 | efe48eb1ebf0bae78ead |
UTF-8 | 閼ア謳榊ュ | 111010011001011010111100111011111011110110110001111010001010110010110011111001101010011010001010111011111011110110101101 | e996bcefbdb1e8acb3e6a68aefbdad |
UHC | 閼?謳?? | 11100100110110010011111111001111110001000011111100111111 | e4d93fcfc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)