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 | 炅会セ難ス | 1111101101010001100010011110111110111110100100111110111110111101 | fb5189efbe93efbd |
EUC-JP | 炅会セ難ス | 1000111111001001110010101011001011110001100011101011111011000110111100011000111010111101 | 8fc9cab2f18ebec6f18ebd |
UTF-8 | 炅会セ難ス | 111001111000001010000101111001001011110010011010111011111011110110111110111010011001101110100011111011111011110110111101 | e78285e4bc9aefbdbee99ba3efbdbd |
UHC | 炅??難? | 11001100110111010011111100111111110100011111000100111111 | ccdd3f3fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)