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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | モモ^ | 1111100110101110110100111111100101111101111110011010111011010011111110010111101101011110 | f9aed3f97df9aed3f97b5e |
EUC-JP | ?モ??モ?^ | 001111111000111011010011001111110011111110001110110100110011111101011110 | 3f8ed33f3f8ed33f5e |
UTF-8 | モモ^ | 11101110100111001000100111101111101111101001001111101110100110111001100111101110100111001000100111101111101111101001001111101110100110111001011101011110 | ee9c89efbe93ee9b99ee9c89efbe93ee9b975e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)