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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 橒?橒? | 1000111111000101101011010011111110001111110001011010110100111111 | 8fc5ad3f8fc5ad3f |
UTF-8 | 橒퓟橒퓨 | 111001101010100110010010111011011001001110011111111001101010100110010010111011011001001110101000 | e6a992ed939fe6a992ed93a8 |
UHC | 橒퓟橒퓨 | 1110100111111000110001111011101011101001111110001100011110111011 | e9f8c7bae9f8c7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)