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 | íûÜéÝç | 111011011111101111011100111010011101110111100111 | edfbdce9dde7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íûÜéÝç | 100011111010101110111111100011111010101111100101100011111010101011100100100011111010101110110001100011111010101011110010100011111010101110101110 | 8fabbf8fabe58faae48fabb18faaf28fabae |
UTF-8 | íûÜéÝç | 110000111010110111000011101110111100001110011100110000111010100111000011100111011100001110100111 | c3adc3bbc39cc3a9c39dc3a7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)