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 | OBº | 100100100100111110010010010000101001000110111010 | 924f924291ba |
SJIS-WIN | ?O?B?? | 001111110100111100111111010000100011111100111111 | 3f4f3f423f3f |
EUC-JP | ?O?B?º | 0011111101001111001111110100001000111111100011111010001011101011 | 3f4f3f423f8fa2eb |
UTF-8 | OBº | 11000010100100100100111111000010100100100100001011000010100100011100001010111010 | c2924fc29242c291c2ba |
UHC | ?O?B?º | 00111111010011110011111101000010001111111010100010101100 | 3f4f3f423fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)