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 | 橡星?橡 | 10010011110010011001000010101111001111111001001111001001 | 93c990af3f93c9 |
EUC-JP | 橡星濊橡 | 110001101100101111000000101100011000111111001000111111101100011011001011 | c6cbc0b18fc8fec6cb |
UTF-8 | 橡星濊橡 | 111001101010100110100001111001101001100010011111111001101011111110001010111001101010100110100001 | e6a9a1e6989fe6bf8ae6a9a1 |
UHC | 橡星濊橡 | 1101111111001110111000001111100011100111110110001101111111001110 | dfcee0f8e7d8dfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)