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 | OSº¤w | 100100100100111110010010010100111001000110111010100100011010010001110111 | 924f925391ba91a477 |
SJIS-WIN | ?O?S????w | 001111110100111100111111010100110011111100111111001111110011111101110111 | 3f4f3f533f3f3f3f77 |
EUC-JP | ?O?S?º?¤w | 00111111010011110011111101010011001111111000111110100010111010110011111110001111101000101111000001110111 | 3f4f3f533f8fa2eb3f8fa2f077 |
UTF-8 | OSº¤w | 110000101001001001001111110000101001001001010011110000101001000111000010101110101100001010010001110000101010010001110111 | c2924fc29253c291c2bac291c2a477 |
UHC | ?O?S?º?¤w | 0011111101001111001111110101001100111111101010001010110000111111101000101011010001110111 | 3f4f3f533fa8ac3fa2b477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)