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 | 莢ム「莢ム「^ | 111001001011000011010001101000101110010010110000110100011010001001011110 | e4b0d1a2e4b0d1a25e |
EUC-JP | 莢ム「莢ム「^ | 11101000101100101000111011010001100011101010001011101000101100101000111011010001100011101010001001011110 | e8b28ed18ea2e8b28ed18ea25e |
UTF-8 | 莢ム「莢ム「^ | 11101000100011101010001011101111101111101001000111101111101111011010001011101000100011101010001011101111101111101001000111101111101111011010001001011110 | e88ea2efbe91efbda2e88ea2efbe91efbda25e |
UHC | 莢??莢??^ | 111110101111100000111111001111111111101011111000001111110011111101011110 | faf83f3ffaf83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)