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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 褓巴[褓巴[^ | 1110010111101110100101000110001001011011111001011110111010010100011000100101101101011110 | e5ee94625be5ee94625b5e |
EUC-JP | 褓巴[褓巴[^ | 1110101011110000110001111100001101011011111010101111000011000111110000110101101101011110 | eaf0c7c35beaf0c7c35b5e |
UTF-8 | 褓巴[褓巴[^ | 111010001010010010010011111001011011011110110100010110111110100010100100100100111110010110110111101101000101101101011110 | e8a493e5b7b45be8a493e5b7b45b5e |
UHC | 褓巴[褓巴[^ | 1101110011001110111101111110100101011011110111001100111011110111111010010101101101011110 | dccef7e95bdccef7e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)