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 | OKhOK | 100011110100111110001010010010110110100010001111010011111000101001001011 | 8f4f8a4b688f4f8a4b |
SJIS-WIN | ?O?Kh?O?K | 001111110100111100111111010010110110100000111111010011110011111101001011 | 3f4f3f4b683f4f3f4b |
EUC-JP | ?O?Kh?O?K | 001111110100111100111111010010110110100000111111010011110011111101001011 | 3f4f3f4b683f4f3f4b |
UTF-8 | OKhOK | 11000010100011110100111111000010100010100100101101101000110000101000111101001111110000101000101001001011 | c28f4fc28a4b68c28f4fc28a4b |
UHC | ?O?Kh?O?K | 001111110100111100111111010010110110100000111111010011110011111101001011 | 3f4f3f4b683f4f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)