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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犲ニ朗テ | 111000001011101011000110111110101110000011000011 | e0bac6fae0c3 |
EUC-JP | 犲ニ?テ | 11100000101111001000111011000110001111111000111011000011 | e0bc8ec63f8ec3 |
UTF-8 | 犲ニ朗テ | 111001111000101010110010111011111011111010000110111011111010010010101001111011111011111010000011 | e78ab2efbe86efa4a9efbe83 |
UHC | ??朗? | 0011111100111111110100101010100000111111 | 3f3fd2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)