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 | OD¶H | 1001001001001111100100100100010010010001101101101001001001001000 | 924f924491b69248 |
SJIS-WIN | ?O?D?¶?H | 001111110100111100111111010001000011111110000001111101110011111101001000 | 3f4f3f443f81f73f48 |
EUC-JP | ?O?D?¶?H | 001111110100111100111111010001000011111110100010111110010011111101001000 | 3f4f3f443fa2f93f48 |
UTF-8 | OD¶H | 11000010100100100100111111000010100100100100010011000010100100011100001010110110110000101001001001001000 | c2924fc29244c291c2b6c29248 |
UHC | ?O?D?¶?H | 001111110100111100111111010001000011111110100010110100100011111101001000 | 3f4f3f443fa2d23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)