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 | OPº©B | 100100100100111110010010010100001001000110111010100100011010100101000010 | 924f925091ba91a942 |
SJIS-WIN | ?O?P????B | 001111110100111100111111010100000011111100111111001111110011111101000010 | 3f4f3f503f3f3f3f42 |
EUC-JP | ?O?P?º?©B | 00111111010011110011111101010000001111111000111110100010111010110011111110001111101000101110110101000010 | 3f4f3f503f8fa2eb3f8fa2ed42 |
UTF-8 | OPº©B | 110000101001001001001111110000101001001001010000110000101001000111000010101110101100001010010001110000101010100101000010 | c2924fc29250c291c2bac291c2a942 |
UHC | ?O?P?º??B | 00111111010011110011111101010000001111111010100010101100001111110011111101000010 | 3f4f3f503fa8ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)