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 | UAOLU | 10010010010101011001001001000001100100100100111110010010010011001001001001010101 | 92559241924f924c9255 |
SJIS-WIN | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
EUC-JP | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
UTF-8 | UAOLU | 110000101001001001010101110000101001001001000001110000101001001001001111110000101001001001001100110000101001001001010101 | c29255c29241c2924fc2924cc29255 |
UHC | ?U?A?O?L?U | 00111111010101010011111101000001001111110100111100111111010011000011111101010101 | 3f553f413f4f3f4c3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)