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 | 箋??邀??^ | 111000101011001100111111001111111110011110110001001111110011111101011110 | e2b33f3fe7b13f3f5e |
EUC-JP | 箋??邀??^ | 111001001011010100111111001111111110111010110011001111110011111101011110 | e4b53f3feeb33f3f5e |
UTF-8 | 箋묕풁邀롳슐^ | 11100111101011101000101111101011101011001001010111101101100100101000000111101001100000101000000011101011101000011011001111101100100010101001000001011110 | e7ae8bebac95ed9281e98280eba1b3ec8a905e |
UHC | 箋묕풁邀롳슐^ | 11101111101010001001000111101111101111101000101011101001101011011000111011101111101111011011011001011110 | efa891efbe8ae9ad8eefbdb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)