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 | OLA³ | 1001001001001111100100100100110010010010010000011001000110110011 | 924f924c924191b3 |
SJIS-WIN | ?O?L?A?? | 0011111101001111001111110100110000111111010000010011111100111111 | 3f4f3f4c3f413f3f |
EUC-JP | ?O?L?A?? | 0011111101001111001111110100110000111111010000010011111100111111 | 3f4f3f4c3f413f3f |
UTF-8 | OLA³ | 11000010100100100100111111000010100100100100110011000010100100100100000111000010100100011100001010110011 | c2924fc2924cc29241c291c2b3 |
UHC | ?O?L?A?³ | 001111110100111100111111010011000011111101000001001111111010100111111000 | 3f4f3f4c3f413fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)